diff options
author | LRN <lrn1986@gmail.com> | 2013-09-17 10:24:18 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2013-09-17 10:24:18 +0000 |
commit | 684911088a8dc43d871bc05a718317afe69eb85a (patch) | |
tree | 2d855a5065c781ff0856058cba34f2be62867588 /contrib | |
parent | 16cb1e9317ff4456da1ee93f2c4cb7ee8ad14816 (diff) |
Add proper includes to test_gnunet_prefix
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index aadf9cc8f..db9e6d747 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -84,7 +84,7 @@ test_gnunet_prefix_SOURCES = \ test_gnunet_prefix.c test_gnunet_prefix_CPPFLAGS = \ - $(LTDLINCL) + $(LTDLINCL) $(AM_CPPFLAGS) test_gnunet_prefix_LDADD = \ $(GCLIBADD) $(WINLIB) \ |