[Cogl] [PATCH 2/5] Add test-unit.h to test-fixtures/Makefile.am

Neil Roberts neil at linux.intel.com
Wed Jul 3 04:11:19 PDT 2013


Otherwise make distcheck was breaking.

Thanks to Rico Tzschichholz for pointing this out.
---
 test-fixtures/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test-fixtures/Makefile.am b/test-fixtures/Makefile.am
index 62fd9d1..332c5ee 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
 
-- 
1.7.11.3.g3c3efa5



More information about the Cogl mailing list