Merge pull request #232 from gdetal/master

protobuf-c: fix: make dist
This commit is contained in:
Robert Edmonds 2016-08-24 20:20:50 -07:00 committed by GitHub
commit d6ede8125e

View File

@ -206,7 +206,7 @@ EXTRA_DIST += \
CLEANFILES += $(BUILT_SOURCES)
dist-hook:
rm -vf `find $(top_distdir) -name '*.pb-c.[ch]' -o -name '*.pb.cc' -o -name '*.pb.h'`
rm -vf `find $(distdir) -name '*.pb-c.[ch]' -o -name '*.pb.cc' -o -name '*.pb.h'`
install-data-hook:
$(MKDIR_P) $(DESTDIR)$(includedir)/google/protobuf-c