1
0
Fork 0

Make sure Include/config.h gets found which is located in /src

This commit is contained in:
Erik Hofman 2011-03-19 16:04:32 +01:00
parent befc533398
commit 51a6302f48

View file

@ -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