From: <den...@us...> - 2010-07-20 23:04:00
|
Revision: 224 http://stdair.svn.sourceforge.net/stdair/?rev=224&view=rev Author: denis_arnaud Date: 2010-07-20 23:03:54 +0000 (Tue, 20 Jul 2010) Log Message: ----------- [Doc] Prefixed the source file variables with stdair. Modified Paths: -------------- trunk/stdair/doc/Makefile.am trunk/stdair/stdair/core/Makefile.am trunk/stdair/stdair/core/sources.mk Modified: trunk/stdair/doc/Makefile.am =================================================================== --- trunk/stdair/doc/Makefile.am 2010-07-20 22:51:33 UTC (rev 223) +++ trunk/stdair/doc/Makefile.am 2010-07-20 23:03:54 UTC (rev 224) @@ -27,6 +27,7 @@ html/index.html: doxygen_html.cfg \ $(doc_local_sources) $(html_local_sources) \ $(doc_tutorial_sources) $(cpp_tutorial_sources) \ + $(stdair_service_h_sources) $(stdair_service_cc_sources) \ $(stdair_bas_h_sources) $(stdair_bas_cc_sources) \ $(stdair_bom_h_sources) $(stdair_bom_cc_sources) \ $(stdair_fac_h_sources) $(stdair_fac_cc_sources) \ Modified: trunk/stdair/stdair/core/Makefile.am =================================================================== --- trunk/stdair/stdair/core/Makefile.am 2010-07-20 22:51:33 UTC (rev 223) +++ trunk/stdair/stdair/core/Makefile.am 2010-07-20 23:03:54 UTC (rev 224) @@ -12,7 +12,7 @@ # Library lib_LTLIBRARIES = libstdair.la -libstdair_la_SOURCES = $(service_h_sources) $(service_cc_sources) +libstdair_la_SOURCES = $(stdair_service_h_sources) $(stdair_service_cc_sources) libstdair_la_LIBADD = \ $(top_builddir)/stdair/basic/libstdairbas.la \ $(top_builddir)/stdair/bom/libstdairbom.la \ Modified: trunk/stdair/stdair/core/sources.mk =================================================================== --- trunk/stdair/stdair/core/sources.mk 2010-07-20 22:51:33 UTC (rev 223) +++ trunk/stdair/stdair/core/sources.mk 2010-07-20 23:03:54 UTC (rev 224) @@ -1,3 +1,4 @@ -service_h_sources = $(top_srcdir)/stdair/STDAIR_Types.hpp \ +stdair_service_h_sources = $(top_srcdir)/stdair/STDAIR_Types.hpp \ $(top_srcdir)/stdair/STDAIR_Service.hpp -service_cc_sources = +stdair_service_cc_sources = + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |