summaryrefslogtreecommitdiff
path: root/tests/icles
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-12-17 01:05:28 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-12-17 01:05:28 +0000
commit3211efe830442424ce5bfaf69637ad2e374eb9b6 (patch)
tree872056a32d42eb851ef6776fede8423d90cff378 /tests/icles
parentd2dce72c602465654ba45145f695cc427c052c50 (diff)
tests: try to fix 'make dist' when cog is not installed
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/Makefile.am3
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