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 /Makefile.am.in | |
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 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Makefile.am.in b/Makefile.am.in new file mode 100644 index 00000000..1714a2df --- /dev/null +++ b/Makefile.am.in @@ -0,0 +1,22 @@ +## kdebindings/Makefile.am +## (C) 1997 Stephan Kulow + +COMPILE_BEFORE_kdejava = qtjava +COMPILE_BEFORE_kdec = qtc +COMPILE_BEFORE_xparts = dcopc + +# below if for proper korundum / qtruby build order +COMPILE_BEFORE_qtruby = smoke +COMPILE_BEFORE_korundum = qtruby + +# the below is for proper referencing of dcopperl into SUBDIRS +COMPILE_BEFORE_dcopc = dcopperl + +AUTOMAKE_OPTIONS = foreign 1.6.1 + +$(top_srcdir)/acinclude.m4: $(top_srcdir)/dcopc/glib.m4 $(top_srcdir)/dcopc/gtk.m4 + +EXTRA_DIST = admin + +include admin/deps.am + |