|
|
@ -8,7 +8,7 @@ bin_PROGRAMS = bookreader bookreader_client
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
|
|
|
|
|
|
|
# the library search path.
|
|
|
|
# the library search path.
|
|
|
|
bookreader_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
|
|
|
bookreader_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
|
|
|
|
|
|
|
|
|
|
|
|
# the libraries to link against.
|
|
|
|
# the libraries to link against.
|
|
|
|
bookreader_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT)
|
|
|
|
bookreader_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT)
|
|
|
@ -23,7 +23,7 @@ noinst_HEADERS = bookreader.h bookwidget.h theme.h renderer.h bookmark.h \
|
|
|
|
bookmarksdlg.h
|
|
|
|
bookmarksdlg.h
|
|
|
|
|
|
|
|
|
|
|
|
# client stuff
|
|
|
|
# client stuff
|
|
|
|
bookreader_client_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
|
|
|
bookreader_client_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
|
|
|
|
bookreader_client_LDADD = $(LIB_KDECORE)
|
|
|
|
bookreader_client_LDADD = $(LIB_KDECORE)
|
|
|
|
bookreader_client_SOURCES = bookreader_client.cpp
|
|
|
|
bookreader_client_SOURCES = bookreader_client.cpp
|
|
|
|
|
|
|
|
|
|
|
|