[Wgui-cvs] wgui/tests Makefile.am,1.15,1.16
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-19 17:41:24
|
Update of /cvsroot/wgui/wgui/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31519/tests Modified Files: Makefile.am Log Message: Makefile fix for UnitTests. Index: Makefile.am =================================================================== RCS file: /cvsroot/wgui/wgui/tests/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.am 19 Apr 2004 16:46:08 -0000 1.15 --- Makefile.am 19 Apr 2004 17:41:13 -0000 1.16 *************** *** 1,2 **** --- 1,5 ---- + INCLUDES = @WGUI_INCLUDES@ + AM_CXXFLAGS = @WGUI_CFLAGS@ + noinst_PROGRAMS = Calc TestApp1 TestApp2 ConfigEditor Notepad MessagingTest UnitTests *************** *** 28,31 **** MessagingTest-VS7.vcproj MessagingTest-VS71.vcproj UnitTests.dsp UnitTests-VS7.vcproj UnitTests-VS71.vcproj - INCLUDES = @WGUI_INCLUDES@ - AM_CXXFLAGS = @WGUI_CFLAGS@ --- 31,32 ---- |