mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
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:
parent
a2fb294a22
commit
5a026769e6
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user