summaryrefslogtreecommitdiffstats
path: root/korundum
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-10-01 23:09:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-10-01 23:09:08 +0900
commitc9f587dbd05a31aa98fdd4bcd2eb601202fbb442 (patch)
tree705306463f9ef9ce24a13e7e48e25d1edb93488a /korundum
parentb115ab4c4f934d8d6007fccad8326cdee5d67884 (diff)
downloadtdebindings-c9f587dbd05a31aa98fdd4bcd2eb601202fbb442.tar.gz
tdebindings-c9f587dbd05a31aa98fdd4bcd2eb601202fbb442.zip
Fixed FTBFS and detection of tdenewstuff.
Diffstat (limited to 'korundum')
-rw-r--r--korundum/bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/bin/Makefile.am b/korundum/bin/Makefile.am
index 92beb014..01d89533 100644
--- a/korundum/bin/Makefile.am
+++ b/korundum/bin/Makefile.am
@@ -1,7 +1,7 @@
INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR) $(RUBY_CFLAGS)
bin_PROGRAMS = krubyinit
-krubyinit_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/tde/ -L$(RUBY_LIBDIR) -ltdemdi -lknewstuff
+krubyinit_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/tde/ -L$(RUBY_LIBDIR) -ltdemdi -ltdenewstuff
krubyinit_METASOURCES = AUTO
krubyinit_SOURCES = krubyinit.cpp
krubyinit_LDADD = $(LIB_KDE) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/tde/libsmoketde.la $(top_builddir)/qtruby/rubylib/qtruby/libqtrubyinternal.la