summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2010-10-27 12:30:11 +0000
committerRoger Meier <roger@apache.org>2010-10-27 12:30:11 +0000
commit213a66479872e0ccf828f8f2675d1546cdff0a18 (patch)
tree9ee6ccf9935af077a69b426327b210b4d9656f78 /lib/Makefile.am
parent5013de297a1892fb336f69a01e6f57fdad147568 (diff)
downloadthrift-213a66479872e0ccf828f8f2675d1546cdff0a18.tar.gz
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
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 367621b4a..9dbc1c1b1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -23,6 +23,10 @@ if WITH_CPP
SUBDIRS += cpp
endif
+if WITH_C_GLIB
+SUBDIRS += c_glib
+endif
+
if WITH_MONO
SUBDIRS += csharp
endif