diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
commit | b0cf06e10426777a6509060e34d36874a7900da4 (patch) | |
tree | 84e10718f5febfe7fe1bf3519025f2508adb094d /kdict | |
parent | 2175556075a8202321ab0cc59bc89a62cf502b81 (diff) | |
download | tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.tar.gz tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kdict')
-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 a65f1a7e..8f945021 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_TDEHTML) $(LIBPTHREAD) $(LIBRESOLV) +kdict_la_LIBADD = $(LIB_TDEFILE) $(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 |