summaryrefslogtreecommitdiff
path: root/test/c_glib
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-10-22 14:09:43 +0200
committerRoger Meier <roger@apache.org>2014-10-22 14:09:43 +0200
commit81a1f996bc055c6833c829beaf9e5549db2a774d (patch)
treee5ffeeb97432f80d7b81eb185cc806782590d1d8 /test/c_glib
parentb006a5078339d125e62919bcc76956c9849000af (diff)
downloadthrift-81a1f996bc055c6833c829beaf9e5549db2a774d.tar.gz
THRIFT-2602 fix missing dist files
- add automake 1.13 dependency to configure.ac and doc - use serial-tests instead of .NOTPARALLEL (introduced by THRIFT-1829) Patch: Roger Meier
Diffstat (limited to 'test/c_glib')
-rwxr-xr-xtest/c_glib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/c_glib/Makefile.am b/test/c_glib/Makefile.am
index de23cb9d1..252edb9ba 100755
--- a/test/c_glib/Makefile.am
+++ b/test/c_glib/Makefile.am
@@ -16,7 +16,8 @@
# specific language governing permissions and limitations
# under the License.
#
-.NOTPARALLEL:
+AUTOMAKE_OPTIONS = subdir-objects serial-tests
+
noinst_LTLIBRARIES = libtestcglib.la
nodist_libtestcglib_la_SOURCES = \
gen-c_glib/t_test_second_service.c \