diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:31:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:31:45 -0600 |
commit | bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6 (patch) | |
tree | 0296a0267e6e7d3308fb510ffbd307f0135d1287 /tdehtml/tdemultipart/Makefile.am | |
parent | ca26eb5709d1fd76f263b2c82adfc8bcaafd9086 (diff) | |
download | tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.tar.gz tdelibs-bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tdehtml/tdemultipart/Makefile.am')
-rw-r--r-- | tdehtml/tdemultipart/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/tdemultipart/Makefile.am b/tdehtml/tdemultipart/Makefile.am index f2e119c3f..ae33efd01 100644 --- a/tdehtml/tdemultipart/Makefile.am +++ b/tdehtml/tdemultipart/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/tdehtml -I$(top_srcdir)/tdeio/httpfilter -I$(top_srcd kde_module_LTLIBRARIES = libtdemultipart.la libtdemultipart_la_SOURCES = tdemultipart.cpp -libtdemultipart_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/tdeio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE) $(LIBZ) +libtdemultipart_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/tdeio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIBZ) libtdemultipart_la_DEPENDENCIES = $(LIB_KPARTS) libtdemultipart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) |