diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:44:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:44:16 -0600 |
commit | 4bfe2ef55d6b17fa8007d07d762fea4005a717a8 (patch) | |
tree | a1b5bbc119f63a19131fe7326880d7f93fda7f80 /korundum/rubylib | |
parent | 33f3afe53227e3a47b5df8eb3466c2fbb47ffa7b (diff) | |
download | tdebindings-4bfe2ef55d6b17fa8007d07d762fea4005a717a8.tar.gz tdebindings-4bfe2ef55d6b17fa8007d07d762fea4005a717a8.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'korundum/rubylib')
-rw-r--r-- | korundum/rubylib/rbkconfig_compiler/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korundum/rubylib/rbkconfig_compiler/Makefile.am b/korundum/rubylib/rbkconfig_compiler/Makefile.am index 7f38dbcb..30aa4328 100644 --- a/korundum/rubylib/rbkconfig_compiler/Makefile.am +++ b/korundum/rubylib/rbkconfig_compiler/Makefile.am @@ -12,8 +12,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes) bin_PROGRAMS = rbkconfig_compiler -rbkconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -rbkconfig_compiler_LDADD = $(LIB_KDECORE) +rbkconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +rbkconfig_compiler_LDADD = $(LIB_TDECORE) rbkconfig_compiler_SOURCES = rbkconfig_compiler.cpp METASOURCES = AUTO |