[Mockpp-commits] mockpp/mockpp/examples Makefile.am,1.14,1.15
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-09-19 18:36:36
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22812/mockpp/examples Modified Files: Makefile.am Log Message: append default includes Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Makefile.am 17 Sep 2005 08:13:53 -0000 1.14 +++ Makefile.am 19 Sep 2005 18:36:28 -0000 1.15 @@ -1,8 +1,8 @@ -SUBDIRS= tutorial - -INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir) +INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir) $(EA_EXTRA_INC) DEFAULT_INCLUDES = $(INCLUDES) +SUBDIRS= tutorial + noinst_PROGRAMS = mock_greeter all: $(bin_PROGRAMS) |