* examples/Makefile.def (AM_CPPFLAGS): Add -I$(srcdir).
This commit is contained in:
parent
1b222106ab
commit
51ff9f8dda
3 changed files with 5 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(srcdir)
|
||||
LDADD = $(top_builddir)/src/libbdd.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue