summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Soliverez <alvaro.soliverez@collabora.co.uk>2011-11-14 17:19:51 -0300
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-21 18:48:20 +0000
commit58ff362a133ec6625f23e89b175f3bc8374218f2 (patch)
tree7d5279b6410db4414d0682e8e08df0e73e8a32c0 /src
parent652eb046e351d5939998efd97b0b053098ef6ac3 (diff)
Support building for Android, modified from an original patch by Derek Foreman
https://bugs.freedesktop.org/show_bug.cgi?id=42508
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 781bdef3..9f9f06a3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -279,6 +279,17 @@ EXTRA_DIST = \
mcd-signals-marshal.list \
stamp-mcd-enum-types.h
+Android.mk: Makefile.am $(nodist_libmcd_convenience_la_SOURCES)
+ androgenizer -:PROJECT telepathy-mission-control \
+ -:STATIC libmissioncontrol-server \
+ -:TAGS eng debug \
+ -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
+ -:SOURCES $(libmcd_convenience_la_SOURCES) $(nodist_libmcd_convenience_la_SOURCES) \
+ -:CFLAGS $(DEFAULT_INCLUDES) $(INCLUDES) $(DEFS) $(CFLAGS) $(AM_CFLAGS) \
+ -:CPPFLAGS $(CPPFLAGS) $(AM_CPPFLAGS) \
+ -:LDFLAGS $(libmcd_convenience_la_LIBADD) \
+ > $@
+
# ---- telepathy-glib-style code generation ----
tools_dir = $(top_srcdir)/tools