diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:41:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:41:20 -0600 |
commit | 4b3beef08a3ecd7897a8937ac7798e0b25f05b27 (patch) | |
tree | ba50299767a6e78126bb4ec35fc29d03a5289d49 /atlantikdesigner | |
parent | c0e1bc904cc10d84d89b4a146412e421010e1391 (diff) | |
download | tdeaddons-4b3beef08a3ecd7897a8937ac7798e0b25f05b27.tar.gz tdeaddons-4b3beef08a3ecd7897a8937ac7798e0b25f05b27.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'atlantikdesigner')
-rw-r--r-- | atlantikdesigner/Makefile.am | 2 | ||||
-rw-r--r-- | atlantikdesigner/designer/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/atlantikdesigner/Makefile.am b/atlantikdesigner/Makefile.am index 36e47e7..982e1e8 100644 --- a/atlantikdesigner/Makefile.am +++ b/atlantikdesigner/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = $(all_includes) -LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor LDADD = $(LIB_KSYCOCA) $(LIB_KFILE) SUBDIRS = designer pics diff --git a/atlantikdesigner/designer/Makefile.am b/atlantikdesigner/designer/Makefile.am index 0a8b78e..bba08bc 100644 --- a/atlantikdesigner/designer/Makefile.am +++ b/atlantikdesigner/designer/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = atlantikdesigner INCLUDES = -I$(kde_includes)/atlantic $(all_includes) -I$(kde_includes)/kde -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -latlantic +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -latlantic LDADD = -latlantikui -ltdegames $(LIB_KIO) SUBDIRS = |