summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Voß <thomas.voss@rub.de>2011-12-14 16:19:03 +0100
committerThomas Voß <thomas.voss@rub.de>2011-12-14 16:19:03 +0100
commit2e13892e9031e10dc91a2677295be654eb6b7747 (patch)
treed55f65e45eb07050315d6a1cc7ce88e109636146 /Makefile.am
parent69569cba1db0c17ae04d5c26c62fd02fa6473191 (diff)
Introduced examples. Added virtual d'tors to xorg::testing::Environment and xorg::testing::Test.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 021d2a0..dcd06a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ libxorg_gtest_main_la_SOURCES = \
src/main.cpp
library_includedir = $(includedir)/xorg/gtest
-library_include_HEADERS =
+library_include_HEADERS = \
include/xorg/gtest/environment.h \
include/xorg/gtest/process.h \
include/xorg/gtest/test.h