Install interfaces' headers in the spot/iface/ directory, not directly in the spot/ directory.
* iface/gspn/Makefile.am (gspndir): Install in spot/iface/gspn/. * iface/nips/Makefile.am (nipsdir): Install in spot/iface/nips/.
This commit is contained in:
parent
664f84796f
commit
40dc725116
3 changed files with 11 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
|||
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS) -I$(srcdir)/nips_vm
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
|
||||
nipsdir = $(pkgincludedir)/nips
|
||||
nipsdir = $(pkgincludedir)/iface/nips
|
||||
|
||||
nips_HEADERS = \
|
||||
common.hh \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue