summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-11-08 23:19:02 +0100
committerRoger Meier <roger@apache.org>2014-11-08 23:19:02 +0100
commit4712f8c2e36fabfb00cfc67a6ecf5d6de20e3c18 (patch)
tree44378a5dabf6878d8b6f483dd3a5574c50e9c680 /tutorial
parent71bd360f048f087d00fffc77605eff22f223fcf4 (diff)
downloadthrift-4712f8c2e36fabfb00cfc67a6ecf5d6de20e3c18.tar.gz
c_glib: fix tutorial dependencies for parallel builds
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/c_glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/c_glib/Makefile.am b/tutorial/c_glib/Makefile.am
index 377298488..751b5ce9d 100755
--- a/tutorial/c_glib/Makefile.am
+++ b/tutorial/c_glib/Makefile.am
@@ -60,7 +60,7 @@ tutorial_client_LDADD = \
$(top_builddir)/lib/c_glib/libthrift_c_glib.la
-$(nodist_libtutorialgencglib_la_SOURCES): $(top_srcdir)/tutorial/tutorial.thrift
+gen-c_glib/calculator.c gen-c_glib/calculator.h gen-c_glib/shared_service.c gen-c_glib/shared_service.h gen-c_glib/shared_types.c gen-c_glib/shared_types.h gen-c_glib/tutorial_types.c gen-c_glib/tutorial_types.h: $(top_srcdir)/tutorial/tutorial.thrift
$(THRIFT) --gen c_glib -r $<
clean-local: