diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:04:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:04:23 -0600 |
commit | 4140fee92e2293c37a8e9aa8f21254dc66433a0a (patch) | |
tree | e34af01d770eb757086498062850842e7b525bd3 /kdict/Makefile.am | |
parent | 44c26994c9087200cf941f08df9f77b553a1365e (diff) | |
download | tdenetwork-4140fee92e2293c37a8e9aa8f21254dc66433a0a.tar.gz tdenetwork-4140fee92e2293c37a8e9aa8f21254dc66433a0a.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'kdict/Makefile.am')
-rw-r--r-- | kdict/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/Makefile.am b/kdict/Makefile.am index d9e600f6..a65f1a7e 100644 --- a/kdict/Makefile.am +++ b/kdict/Makefile.am @@ -12,7 +12,7 @@ tdeinit_LTLIBRARIES = kdict.la AM_CPPFLAGS = $(all_includes) kdict_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module $(KDE_PLUGIN) -kdict_la_LIBADD = $(LIB_KFILE) $(LIB_KHTML) $(LIBPTHREAD) $(LIBRESOLV) +kdict_la_LIBADD = $(LIB_KFILE) $(LIB_TDEHTML) $(LIBPTHREAD) $(LIBRESOLV) kdict_la_SOURCES = dcopinterface.skel main.cpp actions.cpp dict.cpp options.cpp \ queryview.cpp toplevel.cpp sets.cpp matchview.cpp application.cpp |