Fix mcap INCLUDES variable

With the extra tab at the beginning of the line the includes
are not found correctly.
This commit is contained in:
Jose Antonio Santos Cadenas 2010-09-15 11:22:39 +02:00
parent e32375e831
commit bccb8dd7f6

View File

@ -362,7 +362,7 @@ INCLUDES = -I$(builddir)/lib -I$(builddir)/src -I$(srcdir)/src \
-I$(srcdir)/attrib -I$(srcdir)/btio
if MCAP
INCLUDES += -I$(builddir)/health
INCLUDES += -I$(builddir)/health
endif
pkgconfigdir = $(libdir)/pkgconfig