diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:44 -0600 |
commit | 14ad34cde3cb2917e91092546631952d0258a222 (patch) | |
tree | df11ca7937aa5826c8beb681889279f0ae716a9d /kooka | |
parent | 0fed03e23520820e85c5a8c0ef1b4e69668274b6 (diff) | |
download | tdegraphics-14ad34cde3cb2917e91092546631952d0258a222.tar.gz tdegraphics-14ad34cde3cb2917e91092546631952d0258a222.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/Makefile.am b/kooka/Makefile.am index 75a457e6..ed0932c1 100644 --- a/kooka/Makefile.am +++ b/kooka/Makefile.am @@ -16,7 +16,7 @@ kooka_SOURCES = main.cpp kooka.cpp kookaview.cpp kookapref.cpp \ kocrocrad.cpp # pagesetup.cpp -kooka_LDADD = $(LIB_KFILE) -ltdeprint -ltdetexteditor $(LIBTIFF) $(top_builddir)/libkscan/libkscan.la $(KADMOS_LIB) $(LIB_KSPELL) +kooka_LDADD = $(LIB_TDEFILE) -ltdeprint -ltdetexteditor $(LIBTIFF) $(top_builddir)/libkscan/libkscan.la $(KADMOS_LIB) $(LIB_KSPELL) kooka_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor INCLUDES = -I$(top_srcdir)/libkscan $(all_includes) $(LIBSANE_INCLUDES) $(KADMOS_INC) |