diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:29:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:29:32 -0600 |
commit | 8d7027ce9506c909253e88496b410e54c3973082 (patch) | |
tree | 7174da6d8b5297f1a658ab6d2dac0501c8944f74 /korundum/rubylib | |
parent | 53e0924a1f58a7e82dbae9acadbd8de6226cd26c (diff) | |
download | tdebindings-8d7027ce9506c909253e88496b410e54c3973082.tar.gz tdebindings-8d7027ce9506c909253e88496b410e54c3973082.zip |
Additional kde to tde renaming
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 670ca429..7f38dbcb 100644 --- a/korundum/rubylib/rbkconfig_compiler/Makefile.am +++ b/korundum/rubylib/rbkconfig_compiler/Makefile.am @@ -8,11 +8,11 @@ RBUIC=rbuic exampleprefs_base.rb: $(srcdir)/example.kcfg rbkconfig_compiler $(srcdir)/exampleprefs_base.kcfgc ./rbkconfig_compiler $(srcdir)/example.kcfg $(srcdir)/exampleprefs_base.kcfgc -AM_CPPFLAGS = -I$(top_srcdir)/kdecore -I$(top_srcdir) $(all_includes) +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) -lkdefx $(LIB_KIO) -lktexteditor +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_SOURCES = rbkconfig_compiler.cpp |