summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-19 14:10:37 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-19 14:10:37 +0000
commit13a8944022d1fc5a6f2cb5722a8c18b166551141 (patch)
treed91b8f8c90a111c4aa78dbf64cafca0268dbc36b /examples/Makefile.am
parent6930dabc95f7897d336c6fdc5bea151a218ddd00 (diff)
downloadtelepathy-glib-13a8944022d1fc5a6f2cb5722a8c18b166551141.tar.gz
In examples, generate extended interfaces in their own subdirectory (more like what you'd do in practice), combining client and service code
20071219141037-53eee-18dfe05d6d64447a53831aa28ce585f447896039.gz
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index be6e8642a..f049298fb 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1 +1,2 @@
-SUBDIRS = client cm
+# extensions has to be compiled first, because other examples need it.
+SUBDIRS = extensions client cm