diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:31:45 -0600 |
commit | bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6 (patch) | |
tree | 0296a0267e6e7d3308fb510ffbd307f0135d1287 /tdecert/Makefile.am | |
parent | ca26eb5709d1fd76f263b2c82adfc8bcaafd9086 (diff) | |
download | tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.tar.gz tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tdecert/Makefile.am')
-rw-r--r-- | tdecert/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecert/Makefile.am b/tdecert/Makefile.am index a6f605f4a..2af31ccd2 100644 --- a/tdecert/Makefile.am +++ b/tdecert/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = libtdecertpart.la libtdecertpart_la_SOURCES = tdecertpart.cc libtdecertpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -libtdecertpart_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_KFILE) $(LIB_TDECORE) +libtdecertpart_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIB_TDECORE) libtdecertpart_la_DEPENDENCIES = $(LIB_KPARTS) libtdecertpart_la_METASOURCES = AUTO |