From: Ran Benita Date: Fri, 26 Oct 2012 13:05:04 +0000 (+0200) Subject: Makefile.am: move test.h to libtest_la_SOURCES X-Git-Tag: xkbcommon-0.3.0~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92360016fe09cecccfa0287447a17393e0649ea9;p=platform%2Fupstream%2Flibxkbcommon.git Makefile.am: move test.h to libtest_la_SOURCES Rather than EXTRA_DIST, where it doesn't belong. Signed-off-by: Ran Benita --- diff --git a/Makefile.am b/Makefile.am index c68aafa..46f7a5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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