Make sure Include/config.h gets found which is located in /src
This commit is contained in:
parent
befc533398
commit
51a6302f48
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ libSound_a_SOURCES = \
|
|||
sample_queue.cxx sample_queue.hxx \
|
||||
voiceplayer.cxx voiceplayer.hxx
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src
|
||||
|
|
Loading…
Add table
Reference in a new issue