summaryrefslogtreecommitdiff
path: root/examples/C/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C/Makefile.am')
-rw-r--r--examples/C/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/C/Makefile.am b/examples/C/Makefile.am
new file mode 100644
index 000000000..4502e9bb7
--- /dev/null
+++ b/examples/C/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS= glib
+
+if WITH_QT
+SUBDIRS += qt
+endif