Skip to content

Commit 5abd355

Browse files
authored
Merge pull request #197 from haydenroche5/makefile_include_fix
Fix builds not in project root.
2 parents e627ef6 + caaa181 commit 5abd355

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ EXTRA_DIST =
1010

1111
ACLOCAL_AMFLAGS = -I m4
1212

13+
AM_CPPFLAGS = -I$(top_srcdir)/include
14+
1315
lib_LTLIBRARIES = libwolfengine.la
1416

1517
include src/include.am

0 commit comments

Comments
 (0)