summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Duxbury <bryanduxbury@apache.org>2011-01-13 18:10:18 +0000
committerBryan Duxbury <bryanduxbury@apache.org>2011-01-13 18:10:18 +0000
commiteb1e6f7107bb2f861ad008ed77e276a1fda270cb (patch)
tree63e6766de57c2bf5a1c099f7c6d7c988ed3fa38e
parent5baba45df99d625ca682e8ecafb81400a6cb56c5 (diff)
downloadthrift-eb1e6f7107bb2f861ad008ed77e276a1fda270cb.tar.gz
THRIFT-1032. make dist fails due to c_glib problem
Patch: Michael Lum git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.6.x@1058693 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--lib/c_glib/test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/c_glib/test/Makefile.am b/lib/c_glib/test/Makefile.am
index 96ec4f24a..7f2f3e3f8 100644
--- a/lib/c_glib/test/Makefile.am
+++ b/lib/c_glib/test/Makefile.am
@@ -115,7 +115,7 @@ if WITH_CPP
check_LTLIBRARIES += libtestgencpp.la
endif
-libtestgenc_la_SOURCES = \
+nodist_libtestgenc_la_SOURCES = \
gen-c_glib/t_test_debug_proto_test_types.c \
gen-c_glib/t_test_empty_service.c \
gen-c_glib/t_test_inherited.c \
@@ -138,7 +138,7 @@ libtestgenc_la_SOURCES = \
gen-c_glib/t_test_thrift_test_types.h
libtestgenc_la_LIBADD = $(top_builddir)/lib/c_glib/libthrift_c_glib.la
-libtestgencpp_la_SOURCES = \
+nodist_libtestgencpp_la_SOURCES = \
gen-cpp/ThriftTest.cpp \
gen-cpp/ThriftTest_constants.cpp \
gen-cpp/ThriftTest_types.cpp \