From b3471557bbf63250f6362858cde319ec27080dea Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 19 Jun 2009 12:32:33 +0200 Subject: ipod-sync - include also 'widgets' directory --- plugins/ipod-sync/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ipod-sync/Makefile.am') diff --git a/plugins/ipod-sync/Makefile.am b/plugins/ipod-sync/Makefile.am index 570683442e..1ad1d0a4ee 100644 --- a/plugins/ipod-sync/Makefile.am +++ b/plugins/ipod-sync/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ $(EVOLUTION_CALENDAR_CFLAGS) \ -DDBUS_API_SUBJECT_TO_CHANGE -- cgit v1.2.3 From 42e75c9162402078ac629740821c3533925ee342 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 30 Jun 2009 17:18:36 -0400 Subject: Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. --- plugins/ipod-sync/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ipod-sync/Makefile.am') diff --git a/plugins/ipod-sync/Makefile.am b/plugins/ipod-sync/Makefile.am index 1ad1d0a4ee..a55fc83a4e 100644 --- a/plugins/ipod-sync/Makefile.am +++ b/plugins/ipod-sync/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ $(EVOLUTION_CALENDAR_CFLAGS) \ -- cgit v1.2.3