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 /kpdf | |
parent | 0fed03e23520820e85c5a8c0ef1b4e69668274b6 (diff) | |
download | tdegraphics-14ad34cde3cb2917e91092546631952d0258a222.tar.gz tdegraphics-14ad34cde3cb2917e91092546631952d0258a222.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kpdf')
-rw-r--r-- | kpdf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/Makefile.am b/kpdf/Makefile.am index b5d3739e..73506b4f 100644 --- a/kpdf/Makefile.am +++ b/kpdf/Makefile.am @@ -19,7 +19,7 @@ libkpdfpart_la_SOURCES = dcop.skel error.cpp part.cpp libkpdfpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) libkpdfpart_la_LIBADD = xpdf/xpdf/libxpdf.la conf/libkpdfconf.la \ core/libkpdfcore.la ui/libkpdfui.la $(LIB_KPARTS) \ - $(LIB_KFILE) $(LIB_TDEPRINT) $(LIB_KUTILS) -lm + $(LIB_TDEFILE) $(LIB_TDEPRINT) $(LIB_KUTILS) -lm partdesktopdir = $(kde_servicesdir) partdesktop_DATA = kpdf_part.desktop |