From 7ff071c7f0df631ca273d7f29472f8b5568818f9 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 21 Oct 2010 22:46:10 +0000 Subject: */Makefile.am: s,INCLUDES,AM_CPPFLAGS, --- lib/service/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/service/Makefile.am') diff --git a/lib/service/Makefile.am b/lib/service/Makefile.am index ed09d73d..52d7af2a 100644 --- a/lib/service/Makefile.am +++ b/lib/service/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_service.a -- cgit v1.2.3