[Mockpp-commits] mockpp/mockpp/production Makefile.am,1.2,1.3
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-05-07 12:48:03
|
Update of /cvsroot/mockpp/mockpp/mockpp/production In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8563/mockpp/production Modified Files: Makefile.am Log Message: install header Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/production/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 6 May 2005 14:23:05 -0000 1.2 +++ Makefile.am 7 May 2005 12:47:39 -0000 1.3 @@ -5,6 +5,8 @@ libmockpp_production_la_LDFLAGS = -no-undefined -version-info \ $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +libmockpp_productionincludedir = $(includedir)/mockpp/production + libmockpp_production_la_SOURCES = TimeServer.cpp -pkginclude_HEADERS = mockpp_production.h TimeServer.h +libmockpp_productioninclude_HEADERS = mockpp_production.h TimeServer.h |