summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2012-02-03 17:20:10 -0800
committerChase Douglas <chase.douglas@canonical.com>2012-02-03 17:20:10 -0800
commit50cd80649cd09800a245754bb7621de777026022 (patch)
tree11e3e7e1ee8ad323b3c98454908caba54b351ff8
parent24fbaa20c179ce4b4d9be9627bb41daffc91527a (diff)
Add defines.h to the list of source files
This ensures the header is shipped in the dist tarball. Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b56bc8a..d1b5995 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,7 @@ libxorg_gtest_la_CPPFLAGS = \
$(GTEST_CPPFLAGS)
libxorg_gtest_main_la_SOURCES = \
+ defines.h \
main.cpp
library_includedir = $(includedir)/xorg/gtest