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.
This commit is contained in:
Robert Edmonds 2014-01-13 17:32:12 -05:00
parent a2fb294a22
commit 5a026769e6

View File

@ -160,3 +160,7 @@ CLEANFILES += $(BUILT_SOURCES)
dist-hook:
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/