diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-10-02 20:35:10 +1000 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2013-10-03 16:56:08 +0200 |
commit | 219c8c3f6c9bdc4e68e0805afd3e0ff934d9e34d (patch) | |
tree | a139ca68d26ec31cfc7d7cc0cef3f774e1374eea /test/Makefile.am | |
parent | 63df84261355df7a99e2bb6d2a5d5270ad7e4597 (diff) |
Move evemu.h into src directory
No need for a include directory with just that one file in it.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index c5feb5b..037bcd2 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,7 @@ noinst_PROGRAMS = test-c-compile test-cxx-compile test-evemu-create TESTS = $(noinst_PROGRAMS) -AM_CPPFLAGS = -I$(top_srcdir)/include/ +AM_CPPFLAGS = -I$(top_srcdir)/src/ test_c_compile_SOURCES = test-c-compile.c test_c_compile_LDADD = $(top_builddir)/src/libevemu.la |