summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2013-07-03 11:12:28 +0100
committerNeil Roberts <neil@linux.intel.com>2013-07-04 11:43:28 +0100
commitd47b4d92187b9eb1b34998e02b96955afdd84a6e (patch)
treeb7f5ae673359341ae543e06d5943e01c50cfc471
parentadb26bd13a48ed571ef4cae4de005e039b34e361 (diff)
downloadcogl-d47b4d92187b9eb1b34998e02b96955afdd84a6e.tar.gz
Add test-unit.h to test-fixtures/Makefile.am
Otherwise make distcheck was breaking. Thanks to Rico Tzschichholz for pointing this out. Reviewed-by: Robert Bragg <robert@linux.intel.com>
-rw-r--r--test-fixtures/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-fixtures/Makefile.am b/test-fixtures/Makefile.am
index 62fd9d1f..332c5ee2 100644
--- a/test-fixtures/Makefile.am
+++ b/test-fixtures/Makefile.am
@@ -19,6 +19,7 @@ libtest_fixtures_la_CPPFLAGS += \
libtest_fixtures_la_CFLAGS = -g3 -O0 $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS)
libtest_fixtures_la_SOURCES = \
+ test-unit.h \
test-utils.h \
test-utils.c