diff options
author | Ross Burton <ross@linux.intel.com> | 2009-05-07 19:38:02 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-05-07 19:38:02 +0100 |
commit | 3d634ce96d4aaf3382833b523493fe7184c85ac4 (patch) | |
tree | e0dbbbd0eadee2cfc1e8214b13a3147d7d2d1078 | |
parent | 82940f75d0be44fff3f2cb8a24940a4513f950ae (diff) |
Remove test-runner.h as it doesn't existlibrest-0.3
-rw-r--r-- | rest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/Makefile.am b/rest/Makefile.am index efde06e..e78c5ac 100644 --- a/rest/Makefile.am +++ b/rest/Makefile.am @@ -30,7 +30,7 @@ librest_ladir = $(includedir)/rest/rest TESTS = test-runner check_PROGRAMS = test-runner -test_runner_SOURCES = test-runner.c test-runner.h $(librest_la_SOURCES) +test_runner_SOURCES = test-runner.c $(librest_la_SOURCES) test_runner_CFLAGS = -DBUILD_TESTS $(librest_la_CFLAGS) test_runner_LDFLAGS = $(librest_la_LIBADD) |