Commit 5a026769 authored by Robert Edmonds's avatar Robert Edmonds

Makefile.am: set up a compatibility symlink for include paths that use <google/protobuf-c>

it might be premature to remove the <google/> prefix from the include
path. set up a compatibility symlink so that old code continues to
compile.
parent a2fb294a
...@@ -160,3 +160,7 @@ CLEANFILES += $(BUILT_SOURCES) ...@@ -160,3 +160,7 @@ CLEANFILES += $(BUILT_SOURCES)
dist-hook: dist-hook:
rm -vf `find $(top_distdir) -name '*.pb-c.[ch]' -o -name '*.pb.cc' -o -name '*.pb.h'` rm -vf `find $(top_distdir) -name '*.pb-c.[ch]' -o -name '*.pb.cc' -o -name '*.pb.h'`
install-data-hook:
mkdir -p $(DESTDIR)$(includedir)/google
ln -sf ../protobuf-c $(DESTDIR)$(includedir)/google/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment