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
|
|
@ -1,3 +1,11 @@
|
||||||
|
2008-06-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
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/.
|
||||||
|
|
||||||
2008-06-02 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2008-06-02 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
* iface/nips/nips_vm/Makefile.am: Do not install NipsVM.
|
* iface/nips/nips_vm/Makefile.am: Do not install NipsVM.
|
||||||
|
|
|
||||||
|
|
@ -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
|
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||||
## et Marie Curie.
|
## et Marie Curie.
|
||||||
##
|
##
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS) $(LIBGSPN_CPPFLAGS)
|
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS) $(LIBGSPN_CPPFLAGS)
|
||||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||||
|
|
||||||
gspndir = $(pkgincludedir)/gspn
|
gspndir = $(pkgincludedir)/iface/gspn
|
||||||
|
|
||||||
gspn_HEADERS = \
|
gspn_HEADERS = \
|
||||||
common.hh \
|
common.hh \
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS) -I$(srcdir)/nips_vm
|
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS) -I$(srcdir)/nips_vm
|
||||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||||
|
|
||||||
nipsdir = $(pkgincludedir)/nips
|
nipsdir = $(pkgincludedir)/iface/nips
|
||||||
|
|
||||||
nips_HEADERS = \
|
nips_HEADERS = \
|
||||||
common.hh \
|
common.hh \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue