From: <den...@us...> - 2010-09-06 12:38:14
|
Revision: 307 http://stdair.svn.sourceforge.net/stdair/?rev=307&view=rev Author: denis_arnaud Date: 2010-09-06 12:38:03 +0000 (Mon, 06 Sep 2010) Log Message: ----------- [Conf] Fixed the variable names for installation of the header files. Modified Paths: -------------- trunk/stdair/stdair/Makefile.am trunk/stdair/stdair/basic/Makefile.am trunk/stdair/stdair/bom/Makefile.am trunk/stdair/stdair/command/Makefile.am trunk/stdair/stdair/core/Makefile.am trunk/stdair/stdair/dbadaptor/Makefile.am trunk/stdair/stdair/factory/Makefile.am trunk/stdair/stdair/service/Makefile.am Modified: trunk/stdair/stdair/Makefile.am =================================================================== --- trunk/stdair/stdair/Makefile.am 2010-09-06 10:21:00 UTC (rev 306) +++ trunk/stdair/stdair/Makefile.am 2010-09-06 12:38:03 UTC (rev 307) @@ -15,3 +15,4 @@ # Header files #nobase_pkginclude_HEADERS = $(service_h_sources) #nobase_nodist_pkginclude_HEADERS = $(top_builddir)/@PACKAGE@/config.h + Modified: trunk/stdair/stdair/basic/Makefile.am =================================================================== --- trunk/stdair/stdair/basic/Makefile.am 2010-09-06 10:21:00 UTC (rev 306) +++ trunk/stdair/stdair/basic/Makefile.am 2010-09-06 12:38:03 UTC (rev 307) @@ -12,4 +12,5 @@ # Header files pkgincludedir = $(includedir)/stdair/basic -pkginclude_HEADERS = $(bas_h_sources) +pkginclude_HEADERS = $(stdair_bas_h_sources) + Modified: trunk/stdair/stdair/bom/Makefile.am =================================================================== --- trunk/stdair/stdair/bom/Makefile.am 2010-09-06 10:21:00 UTC (rev 306) +++ trunk/stdair/stdair/bom/Makefile.am 2010-09-06 12:38:03 UTC (rev 307) @@ -12,4 +12,5 @@ # Header files pkgincludedir = $(includedir)/stdair/bom -pkginclude_HEADERS = $(bom_h_sources) +pkginclude_HEADERS = $(stdair_bom_h_sources) + Modified: trunk/stdair/stdair/command/Makefile.am =================================================================== --- trunk/stdair/stdair/command/Makefile.am 2010-09-06 10:21:00 UTC (rev 306) +++ trunk/stdair/stdair/command/Makefile.am 2010-09-06 12:38:03 UTC (rev 307) @@ -13,4 +13,5 @@ # Header files pkgincludedir = $(includedir)/stdair/command -pkginclude_HEADERS = $(cmd_h_sources) +pkginclude_HEADERS = $(stdair_cmd_h_sources) + Modified: trunk/stdair/stdair/core/Makefile.am =================================================================== --- trunk/stdair/stdair/core/Makefile.am 2010-09-06 10:21:00 UTC (rev 306) +++ trunk/stdair/stdair/core/Makefile.am 2010-09-06 12:38:03 UTC (rev 307) @@ -27,4 +27,5 @@ # pkgincludedir = $(includedir)/stdair -pkginclude_HEADERS = $(service_h_sources) +pkginclude_HEADERS = $(stdair_service_h_sources) + Modified: trunk/stdair/stdair/dbadaptor/Makefile.am =================================================================== --- trunk/stdair/stdair/dbadaptor/Makefile.am 2010-09-06 10:21:00 UTC (rev 306) +++ trunk/stdair/stdair/dbadaptor/Makefile.am 2010-09-06 12:38:03 UTC (rev 307) @@ -13,4 +13,5 @@ # Header files pkgincludedir = $(includedir)/stdair/dbadaptor -pkginclude_HEADERS = $(dba_h_sources) +pkginclude_HEADERS = $(stdair_dba_h_sources) + Modified: trunk/stdair/stdair/factory/Makefile.am =================================================================== --- trunk/stdair/stdair/factory/Makefile.am 2010-09-06 10:21:00 UTC (rev 306) +++ trunk/stdair/stdair/factory/Makefile.am 2010-09-06 12:38:03 UTC (rev 307) @@ -11,4 +11,5 @@ # Header files pkgincludedir = $(includedir)/stdair/factory -pkginclude_HEADERS = $(fac_h_sources) +pkginclude_HEADERS = $(stdair_fac_h_sources) + Modified: trunk/stdair/stdair/service/Makefile.am =================================================================== --- trunk/stdair/stdair/service/Makefile.am 2010-09-06 10:21:00 UTC (rev 306) +++ trunk/stdair/stdair/service/Makefile.am 2010-09-06 12:38:03 UTC (rev 307) @@ -12,4 +12,5 @@ # Header files pkgincludedir = $(includedir)/stdair/service -pkginclude_HEADERS = $(svc_h_sources) +pkginclude_HEADERS = $(stdair_svc_h_sources) + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |