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

@ -1,4 +1,4 @@
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
## Copyright (C) 2003, 2004, 2008 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
## et Marie Curie.
##
@ -22,7 +22,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS) $(LIBGSPN_CPPFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
gspndir = $(pkgincludedir)/gspn
gspndir = $(pkgincludedir)/iface/gspn
gspn_HEADERS = \
common.hh \