diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:26:44 -0600 |
commit | c52420708f47b42fabf752e9b016ce988e6f921e (patch) | |
tree | 34c0d0db2534b0d4af68f95b74764f6f39a4e196 /atlantikdesigner | |
parent | 19d2f09fb13601e63911da722f1c2bf2a29ea7b9 (diff) | |
download | tdeaddons-c52420708f47b42fabf752e9b016ce988e6f921e.tar.gz tdeaddons-c52420708f47b42fabf752e9b016ce988e6f921e.zip |
Additional kde to tde renaming
Diffstat (limited to 'atlantikdesigner')
-rw-r--r-- | atlantikdesigner/Makefile.am | 2 | ||||
-rw-r--r-- | atlantikdesigner/configure.in.bot | 2 | ||||
-rw-r--r-- | atlantikdesigner/designer/Makefile.am | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/atlantikdesigner/Makefile.am b/atlantikdesigner/Makefile.am index 886daf5..36e47e7 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) -lkdefx $(LIB_KIO) -lktexteditor +LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor LDADD = $(LIB_KSYCOCA) $(LIB_KFILE) SUBDIRS = designer pics diff --git a/atlantikdesigner/configure.in.bot b/atlantikdesigner/configure.in.bot index 74e3848..8ca81d8 100644 --- a/atlantikdesigner/configure.in.bot +++ b/atlantikdesigner/configure.in.bot @@ -1,7 +1,7 @@ if test "x$ATLANTIKDESIGNER_SUBDIR" = "x"; then echo "" echo "You're missing the Atlantik header files, therefore Atlantik Designer" - echo "will not be compiled. Install Atlantik from kdegames if you want to" + echo "will not be compiled. Install Atlantik from tdegames if you want to" echo "compile Atlantik Designer." echo "" all_tests=bad diff --git a/atlantikdesigner/designer/Makefile.am b/atlantikdesigner/designer/Makefile.am index b3d90fe..0a8b78e 100644 --- a/atlantikdesigner/designer/Makefile.am +++ b/atlantikdesigner/designer/Makefile.am @@ -1,7 +1,7 @@ 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) -lkdefx $(LIB_KIO) -lktexteditor -latlantic -LDADD = -latlantikui -lkdegames $(LIB_KIO) +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -latlantic +LDADD = -latlantikui -ltdegames $(LIB_KIO) SUBDIRS = |