[Compbench-devel] CompBenchmarks++/UI Makefile.am,1.1.1.1,1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-27 17:21:44
|
Update of /cvsroot/compbench/CompBenchmarks++/UI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv976 Modified Files: Makefile.am Log Message: Header files' root is now $(includedir) Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/UI/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.am 8 Sep 2006 17:04:28 -0000 1.1.1.1 --- Makefile.am 27 Nov 2006 17:21:30 -0000 1.2 *************** *** 5,9 **** libUI_la_SOURCES = $(sources) ! noinst_HEADERS = $(sources:.cpp=.h) INCLUDES = -I $(top_srcdir) --- 5,10 ---- libUI_la_SOURCES = $(sources) ! libUIinclude_HEADERS = $(sources:.cpp=.h) ! libUIincludedir = $(includedir)/compbenchmarks/UI INCLUDES = -I $(top_srcdir) |