diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f4a7d415..ac0c0d82 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,15 +16,15 @@ list-multi-tests: @echo END TESTLIST EXTRA_PROGRAMS = $(TESTS_progs) $(TESTS_progs_M) $(HANG) $(TESTS_testsuite) -EXTRA_DIST = $(TESTS_scripts) $(TESTS_scripts_M) $(scripts) $(IMAGES) +EXTRA_DIST = $(TESTS_scripts) $(TESTS_scripts_M) $(scripts) $(IMAGES) $(common_files) CLEANFILES = $(EXTRA_PROGRAMS) AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) \ -I$(srcdir)/.. \ -I$(srcdir)/../lib \ - -include "check-ndebug.h" \ - -include "$(srcdir)/version.h" \ + -include "$(srcdir)/../lib/check-ndebug.h" \ + -include "$(srcdir)/../version.h" \ -DIGT_DATADIR=\""$(abs_srcdir)"\" \ $(NULL) |