diff options
author | Eric Anholt <eric@anholt.net> | 2013-10-25 16:01:54 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-10-25 16:01:54 -0700 |
commit | 81e897021846fdbd783ea7f94a4850e4cb92cd09 (patch) | |
tree | 1ed22224e2aafe86c00c17c65e0e0bd323420542 /tests/Makefile.am | |
parent | 5594ed57413bf0117c592cf8edc8c9363b98a578 (diff) |
Fix out-of-tree build.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f280ee3..13ba89f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = set int-set -AM_CFLAGS = $(WARN_CFLAGS) -I.. +AM_CFLAGS = $(WARN_CFLAGS) -I$(top_srcdir) LDADD = ../libhash_table.la TESTS = \ |