diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-12-17 01:05:28 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-12-17 01:05:28 +0000 |
commit | 3211efe830442424ce5bfaf69637ad2e374eb9b6 (patch) | |
tree | 872056a32d42eb851ef6776fede8423d90cff378 /tests/icles | |
parent | d2dce72c602465654ba45145f695cc427c052c50 (diff) |
tests: try to fix 'make dist' when cog is not installed
Diffstat (limited to 'tests/icles')
-rw-r--r-- | tests/icles/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am index db5dbcf07..28f540db6 100644 --- a/tests/icles/Makefile.am +++ b/tests/icles/Makefile.am @@ -47,13 +47,12 @@ COG_TESTS = endif if USE_COG -BUILT_SOURCES = cog-test.c CLEANFILES = cog-test.c cog-test.c: $(srcdir)/../../ext/cog/cog.orc $(ORCC) --test -o cog-test.c $(srcdir)/../../ext/cog/cog.orc -cog_test_SOURCES = cog-test.c +nodist_cog_test_SOURCES = cog-test.c cog_test_CFLAGS = $(COG_CFLAGS) cog_test_LDADD = -lorc-test-0.4 $(COG_LIBS) endif |