From 84c536e4ea7a5f517822c9928222f066f2faf3fe Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 13 Oct 2012 22:26:35 +0200 Subject: Compatibility for Automake 1.12.4+ --- plugins/doat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/doat') diff --git a/plugins/doat/Makefile.am b/plugins/doat/Makefile.am index 8be75450..5ed0ba7a 100644 --- a/plugins/doat/Makefile.am +++ b/plugins/doat/Makefile.am @@ -6,5 +6,5 @@ lib_LTLIBRARIES = doat.la doat_la_SOURCES = doat.c doat_la_LDFLAGS = -avoid-version -module doat_la_LIBADD = -INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/.. -- cgit 1.4.1