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:
Alexandre Duret-Lutz 2008-06-03 12:44:09 +02:00
parent 664f84796f
commit 40dc725116
3 changed files with 11 additions and 3 deletions

View file

@ -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 \