Makefile.am: move test.h to libtest_la_SOURCES
authorRan Benita <ran234@gmail.com>
Fri, 26 Oct 2012 13:05:04 +0000 (15:05 +0200)
committerRan Benita <ran234@gmail.com>
Fri, 26 Oct 2012 13:09:57 +0000 (15:09 +0200)
Rather than EXTRA_DIST, where it doesn't belong.

Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am

index c68aafa..46f7a5f 100644 (file)
@@ -124,7 +124,8 @@ noinst_LTLIBRARIES = libtest.la
 libtest_la_LDFLAGS = $(libxkbcommon_la_LDFLAGS)
 libtest_la_SOURCES = \
        $(libxkbcommon_la_SOURCES) \
-       test/common.c
+       test/common.c \
+       test/test.h
 
 AM_TESTS_ENVIRONMENT = \
        XKB_LOG_LEVEL=debug; export XKB_LOG_LEVEL; \
@@ -166,8 +167,7 @@ check_PROGRAMS = \
        test/bench-key-proc
 
 EXTRA_DIST = \
-       test/data \
-       test/test.h
+       test/data
 
 # This sed script strips out lines that start with '#define _' which
 # removes #define _OSF_Keysyms and such.  The XK_Ydiaeresis case is to