diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:48:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:48:24 -0600 |
commit | baa3e6e8838922d0e849222b389a325a181bca7b (patch) | |
tree | 9ada691f3f67b0b15bea4eae391c67e915b51429 /kommander/widgets | |
parent | 14d0e99d35a3c08cc20b0be9e84cd76daf254e2d (diff) | |
download | tdewebdev-baa3e6e8838922d0e849222b389a325a181bca7b.tar.gz tdewebdev-baa3e6e8838922d0e849222b389a325a181bca7b.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kommander/widgets')
-rw-r--r-- | kommander/widgets/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/Makefile.am b/kommander/widgets/Makefile.am index 60759960..b07890f7 100644 --- a/kommander/widgets/Makefile.am +++ b/kommander/widgets/Makefile.am @@ -4,7 +4,7 @@ lib_LTLIBRARIES = libkommanderwidgets.la INCLUDES = -I$(top_srcdir)/kommander/widget -I$(top_srcdir)/kommander/factory -I$(top_srcdir)/kommander/plugin $(all_includes) # the library search path. -#widgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +#widgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor libkommanderwidgets_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined # the libraries to link against. |