1 --- ./Examples/Makefile.am.orig 2014-10-20 02:02:57.202234936 +0000
2 +++ ./Examples/Makefile.am 2014-10-20 02:03:13.136646809 +0000
6 noinst_LIBRARIES = libcunitexamples.a
7 +AM_CPPFLAGS = -I$(top_srcdir)/CUnit/Headers
8 libcunitexamples_a_SOURCES = ExampleTests.c
11 --- ./Examples/ConsoleTest/Makefile.am.orig 2014-10-20 02:18:03.490912979 +0000
12 +++ ./Examples/ConsoleTest/Makefile.am 2014-10-20 02:18:25.117582970 +0000
15 example_PROGRAMS = ConsoleTest
17 +AM_CPPFLAGS = -I$(top_srcdir)/CUnit/Headers
18 ConsoleTest_SOURCES = ConsoleTest.c
19 ConsoleTest_LDADD = -lcunit -lcunitexamples
20 ConsoleTest_LDFLAGS = -L.. -lm
22 +INCLUDES = -I$(top_srcdir)/Examples
25 ConsoleTest_LDADD += -l$(CURSES_LIB)
26 --- ./Examples/CursesTest/Makefile.am.orig 2014-10-20 02:18:57.700057401 +0000
27 +++ ./Examples/CursesTest/Makefile.am 2014-10-20 02:19:16.437341149 +0000
30 example_PROGRAMS = CursesTest
32 +AM_CPPFLAGS = -I$(top_srcdir)/CUnit/Headers
33 CursesTest_SOURCES = CursesTest.c
34 CursesTest_LDADD = -lcunit -lcunitexamples
35 CursesTest_LDFLAGS = -L.. -lm
37 +INCLUDES = -I$(top_srcdir)/Examples
40 CursesTest_LDADD += -l$(CURSES_LIB)
41 --- ./Examples/BasicTest/Makefile.am.orig 2014-10-20 02:14:53.842380137 +0000
42 +++ ./Examples/BasicTest/Makefile.am 2014-10-20 02:15:43.422553561 +0000
45 example_PROGRAMS = BasicTest
47 +AM_CPPFLAGS = -I$(top_srcdir)/CUnit/Headers
48 BasicTest_SOURCES = BasicTest.c
49 BasicTest_LDADD = -lcunit -lcunitexamples
50 BasicTest_LDFLAGS = -L.. -lm
52 +INCLUDES = -I$(top_srcdir)/Examples
55 BasicTest_LDADD += -l$(CURSES_LIB)
56 --- ./Examples/AutomatedTest/Makefile.am.orig 2014-10-20 02:22:39.199020321 +0000
57 +++ ./Examples/AutomatedTest/Makefile.am 2014-10-20 02:22:58.426810270 +0000
60 example_PROGRAMS = AutomatedTest
62 +AM_CPPFLAGS = -I$(top_srcdir)/CUnit/Headers
63 AutomatedTest_SOURCES = AutomatedTest.c
64 AutomatedTest_LDADD = -lcunit -lcunitexamples
65 AutomatedTest_LDFLAGS = -L.. -lm
67 +INCLUDES = -I$(top_srcdir)/Examples
70 AutomatedTest_LDADD += -l$(CURSES_LIB)