summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorblueness <basile@opensource.dyc.edu>2014-08-06 06:36:03 -0400
committerblueness <basile@opensource.dyc.edu>2014-08-06 06:36:03 -0400
commitcb2823bc026644ae56c9d257591d28a4f3110f4b (patch)
tree28cdd75fec8c6c6a2cf69c9668add048c10370f8 /test/Makefile.am
parent4b8733ffe9c0fe8e5a527186d323dab93e43fb37 (diff)
parentb1ac60946d1625e14029ea9b7fa3aa4c06e0795f (diff)
Merge pull request #96 from gentoo/refactor-shared
src/shared: refactor shared code
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index f12ee20f04..4b2b431865 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -3,8 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CPPFLAGS = \
-include $(top_builddir)/config.h \
-DVERSION=\"@VERSION@\" \
- -I $(top_srcdir)/src/libudev \
- -I $(top_srcdir)/src/udev
+ -I $(top_srcdir)/src/shared \
+ -I $(top_srcdir)/src/libudev
noinst_PROGRAMS = \
test-libudev \