|
@ -27,6 +27,7 @@ CXXFLAGS = @CXXFLAGS@ |
|
|
CXXCPP = @CXXCPP@ |
|
|
CXXCPP = @CXXCPP@ |
|
|
INCLUDES = -I../include -I$(top_srcdir)/include |
|
|
INCLUDES = -I../include -I$(top_srcdir)/include |
|
|
override CPPFLAGS += $(INCLUDES) |
|
|
override CPPFLAGS += $(INCLUDES) |
|
|
|
|
|
LDFLAGS = @LDFLAGS@ |
|
|
LIBS = @LIBS@ |
|
|
LIBS = @LIBS@ |
|
|
LIBTOOL = @LIBTOOL@ |
|
|
LIBTOOL = @LIBTOOL@ |
|
|
LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile |
|
|
LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile |
|
|