diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:29:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:29:09 -0600 |
commit | ddb3ecbfc4c2ea7634002e860b87989a9104b1e2 (patch) | |
tree | cbd2310de9a7a5cddb6777d9bf50c3f29fccf815 /atlantikdesigner | |
parent | 84e0480c017e85530f4862f6f32e710e8f389c6b (diff) | |
download | tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.tar.gz tdeaddons-ddb3ecbfc4c2ea7634002e860b87989a9104b1e2.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'atlantikdesigner')
-rw-r--r-- | atlantikdesigner/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atlantikdesigner/Makefile.am b/atlantikdesigner/Makefile.am index 62c6f13..6b18880 100644 --- a/atlantikdesigner/Makefile.am +++ b/atlantikdesigner/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = $(all_includes) LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -LDADD = $(LIB_KSYCOCA) $(LIB_KFILE) +LDADD = $(LIB_KSYCOCA) $(LIB_TDEFILE) SUBDIRS = designer pics |