|
|
@ -21,7 +21,8 @@ $(LIB_KHTML) \
|
|
|
|
$(LIB_X11) \
|
|
|
|
$(LIB_X11) \
|
|
|
|
$(LIB_SWORD) \
|
|
|
|
$(LIB_SWORD) \
|
|
|
|
$(LIB_CLUCENE) \
|
|
|
|
$(LIB_CLUCENE) \
|
|
|
|
$(LIBSOCKET)
|
|
|
|
$(LIBSOCKET) \
|
|
|
|
|
|
|
|
$(LIB_KPARTS)
|
|
|
|
|
|
|
|
|
|
|
|
SUBDIRS = display-templates backend frontend xml pics util
|
|
|
|
SUBDIRS = display-templates backend frontend xml pics util
|
|
|
|
|
|
|
|
|
|
|
@ -53,7 +54,7 @@ bin_PROGRAMS = bibletime
|
|
|
|
bibletime_METASOURCES = AUTO
|
|
|
|
bibletime_METASOURCES = AUTO
|
|
|
|
|
|
|
|
|
|
|
|
# the library search path.
|
|
|
|
# the library search path.
|
|
|
|
bibletime_LDFLAGS = $(BT_LDFLAGS) $(all_libraries) $(KDE_RPATH)
|
|
|
|
bibletime_LDFLAGS = $(BT_LDFLAGS) $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS)
|
|
|
|
|
|
|
|
|
|
|
|
# them while "make clean", use CLEANFILES
|
|
|
|
# them while "make clean", use CLEANFILES
|
|
|
|
DISTCLEANFILES = $(bibletime_METASOURCES)
|
|
|
|
DISTCLEANFILES = $(bibletime_METASOURCES)
|
|
|
|