~peter-hutterer/evemu/evemu-event-v2

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Jussi Pakkanen
  • Date: 2012-03-06 09:30:25 UTC
  • Revision ID: jussi.pakkanen@canonical.com-20120306093025-vzprli2tj9y31bqe
Add include path to fix build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
check_PROGRAMS = $(TESTS)
4
4
 
 
5
INCLUDES = -I$(top_srcdir)/include/
 
6
 
5
7
test_c_compile_SOURCES = test-c-compile.c
6
8
test_c_compile_LDADD = $(top_builddir)/src/libutouch-evemu.la
7
9