commit | 213a66479872e0ccf828f8f2675d1546cdff0a18 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周三 10月 27 12:30:11 2010 +0000 |
committer | Roger Meier <roger@apache.org> | 周三 10月 27 12:30:11 2010 +0000 |
tree | 9ee6ccf9935af077a69b426327b210b4d9656f78 | |
parent | 5013de297a1892fb336f69a01e6f57fdad147568 [diff] [blame] |
THRIFT-582 C(c_glib) implementation of Thrift Patch: Anatol Pomozov and Michael Lum git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1027933 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/Makefile.am b/lib/Makefile.am index 367621b..9dbc1c1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -23,6 +23,10 @@ SUBDIRS += cpp endif +if WITH_C_GLIB +SUBDIRS += c_glib +endif + if WITH_MONO SUBDIRS += csharp endif