diff options
Diffstat (limited to 'tests/set/Makefile.am')
-rw-r--r-- | tests/set/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set/Makefile.am b/tests/set/Makefile.am index 9ae7edc..f29605a 100644 --- a/tests/set/Makefile.am +++ b/tests/set/Makefile.am @@ -19,7 +19,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -AM_CFLAGS = $(WARN_CFLAGS) -I../.. +AM_CFLAGS = $(WARN_CFLAGS) -I$(srcdir)/../.. LDADD = ../../libset.la TESTS = \ |