diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 90825e2392b2d70e43c7a25b8a3752299a933894 (patch) | |
tree | e33aa27f02b74604afbfd0ea4f1cfca8833d882a /korundum/bin/Makefile.am | |
download | tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korundum/bin/Makefile.am')
-rw-r--r-- | korundum/bin/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/korundum/bin/Makefile.am b/korundum/bin/Makefile.am new file mode 100644 index 00000000..7053dc10 --- /dev/null +++ b/korundum/bin/Makefile.am @@ -0,0 +1,13 @@ +INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR) + +bin_PROGRAMS = krubyinit +krubyinit_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/kde/ -L$(RUBY_LIBDIR) +krubyinit_METASOURCES = AUTO +krubyinit_SOURCES = krubyinit.cpp +krubyinit_LDADD = $(LIB_KDE) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/kde/libsmokekde.la $(top_builddir)/qtruby/rubylib/qtruby/libqtrubyinternal.la + +install-exec-local: + @-rm -f $(DESTDIR)$(bindir)/rbkdeapi + @$(LN_S) rbqtapi $(DESTDIR)$(bindir)/rbkdeapi + @-rm -f $(DESTDIR)$(bindir)/rbkdesh + @$(LN_S) rbqtsh $(DESTDIR)$(bindir)/rbkdesh |