summaryrefslogtreecommitdiff
path: root/tutorial/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-07-29 23:28:46 +0200
committerRoger Meier <roger@apache.org>2014-07-29 23:28:46 +0200
commit2814c2e7265ff7316cf9b2cad42827ec6df2bc47 (patch)
tree5d55720d66e580c5c071cee866fb4873d396aa76 /tutorial/Makefile.am
parent60b7ad6b3d84127b322d65eba049ce3b6dd17e6b (diff)
downloadthrift-2814c2e7265ff7316cf9b2cad42827ec6df2bc47.tar.gz
THRIFT-976 c_glib tutorial
Patch: Simon South Signed-off-by: Roger Meier <roger@apache.org>
Diffstat (limited to 'tutorial/Makefile.am')
-rwxr-xr-xtutorial/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index f3fd1dd64..2b9be528a 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -23,6 +23,10 @@ if MINGW
# do nothing, just build the compiler
else
+if WITH_C_GLIB
+SUBDIRS += c_glib
+endif
+
if WITH_CPP
SUBDIRS += cpp
endif