diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:31:44 -0600 |
commit | 14ad34cde3cb2917e91092546631952d0258a222 (patch) | |
tree | df11ca7937aa5826c8beb681889279f0ae716a9d /kview/modules/template/Makefile.am | |
parent | 0fed03e23520820e85c5a8c0ef1b4e69668274b6 (diff) | |
download | tdegraphics-14ad34cde3cb2917e91092546631952d0258a222.tar.gz tdegraphics-14ad34cde3cb2917e91092546631952d0258a222.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kview/modules/template/Makefile.am')
-rw-r--r-- | kview/modules/template/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kview/modules/template/Makefile.am b/kview/modules/template/Makefile.am index 9254048c..fa68246e 100644 --- a/kview/modules/template/Makefile.am +++ b/kview/modules/template/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/kview $(all_includes) kde_module_LTLIBRARIES = kview_templateplugin.la kview_templateplugin_la_SOURCES = kviewtemplate.cpp -kview_templateplugin_la_LIBADD = $(LIB_KFILE) $(LIB_KPARTS) -ltdeprint +kview_templateplugin_la_LIBADD = $(LIB_TDEFILE) $(LIB_KPARTS) -ltdeprint kview_templateplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) plugdir = $(kde_datadir)/kview/kpartplugins |