commit | 2814c2e7265ff7316cf9b2cad42827ec6df2bc47 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Tue Jul 29 23:28:46 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Tue Jul 29 23:28:46 2014 +0200 |
tree | 5d55720d66e580c5c071cee866fb4873d396aa76 | |
parent | 60b7ad6b3d84127b322d65eba049ce3b6dd17e6b [diff] [blame] |
THRIFT-976 c_glib tutorial Patch: Simon South Signed-off-by: Roger Meier <roger@apache.org>
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index f3fd1dd..2b9be52 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -23,6 +23,10 @@ # do nothing, just build the compiler else +if WITH_C_GLIB +SUBDIRS += c_glib +endif + if WITH_CPP SUBDIRS += cpp endif