diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:29:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:29:09 -0600 |
commit | ddb3ecbfc4c2ea7634002e860b87989a9104b1e2 (patch) | |
tree | cbd2310de9a7a5cddb6777d9bf50c3f29fccf815 /noatun-plugins/noatunmadness | |
parent | 84e0480c017e85530f4862f6f32e710e8f389c6b (diff) | |
download | tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.tar.gz tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'noatun-plugins/noatunmadness')
-rw-r--r-- | noatun-plugins/noatunmadness/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/noatunmadness/Makefile.am b/noatun-plugins/noatunmadness/Makefile.am index 4e48f80..962d256 100644 --- a/noatun-plugins/noatunmadness/Makefile.am +++ b/noatun-plugins/noatunmadness/Makefile.am @@ -3,7 +3,7 @@ INCLUDES= $(all_includes) -I$(kde_includes)/tde kde_module_LTLIBRARIES = noatunmadness.la noatunmadness_la_SOURCES = madness.cpp noatunmadness_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatunmadness_la_LIBADD = $(LIB_KFILE) -lnoatun -lm +noatunmadness_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm noatunmadness_la_METASOURCES = AUTO noatun_DATA = madness.plugin |