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>

(cherry picked from commit d47b4d92187b9eb1b34998e02b96955afdd84a6e)
This commit is contained in:
Neil Roberts 2013-07-03 11:12:28 +01:00
parent b1542cf9dd
commit 6187b7c29f

View File

@ -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