Makefile.am: move test.h to libtest_la_SOURCES

Rather than EXTRA_DIST, where it doesn't belong.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-10-26 15:05:04 +02:00
parent 22b868fd75
commit 92360016fe
1 changed files with 3 additions and 3 deletions

View 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