From 1f5ba2d1119114fc3c079fa01b7838857b086e77 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Oct 2013 04:05:18 +0200 Subject: Make automake happy: INCLUDES->AM_CPPFLAGS --- src/capplet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/capplet/Makefile.am') diff --git a/src/capplet/Makefile.am b/src/capplet/Makefile.am index 3a15e6d..dfd31f2 100644 --- a/src/capplet/Makefile.am +++ b/src/capplet/Makefile.am @@ -14,7 +14,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) man_MANS = mate-notification-properties.1 -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/src/daemon \ $(NOTIFICATION_CAPPLET_CFLAGS) \ -- cgit v1.2.1