Skip to content

Commit

Permalink
AVRO-430. Fix for C++ too.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/hadoop/avro/trunk@915534 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cutting committed Feb 23, 2010
1 parent e5479e7 commit e2c2722
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/c++/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ testgen_CXXFLAGS = $(AM_CXXFLAGS) -Wno-invalid-offsetof
testgen_LDFLAGS = -static -no-install $(BOOST_LDFLAGS)
testgen_LDADD = $(top_builddir)/libavrocpp.la $(BOOST_REGEX_LIB)

# Make sure we never package up '.svn' directories
dist-hook:
find $(distdir) -name '.svn' | xargs rm -rf

testgen.hh : bigrecord.precompile
$(PYTHON) $(top_srcdir)/scripts/gen-cppcode.py -n testgen -i $< -o $@

Expand Down

0 comments on commit e2c2722

Please sign in to comment.