diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-03 17:13:06 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-03 17:13:06 +0100 |
commit | 4de14d5f303432cb39ea1c12c4595ced1ab3926f (patch) | |
tree | ce5ffcf20229d7421c6f6f4e518155d539bb8bac /stickynotes/Makefile.am | |
parent | 624a378b32213cab173425bbad49cd5056ee1a1c (diff) | |
download | mate-applets-4de14d5f303432cb39ea1c12c4595ced1ab3926f.tar.bz2 mate-applets-4de14d5f303432cb39ea1c12c4595ced1ab3926f.tar.xz |
Replace INCLUDES with AM_CPPFLAGS in Makefiles
Diffstat (limited to 'stickynotes/Makefile.am')
-rw-r--r-- | stickynotes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index 183151af..9036bd7b 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -9,7 +9,7 @@ service_in_files = org.mate.panel.applet.StickyNotesAppletFactory.service.in schemas_in_files = stickynotes.schemas.in if BUILD_STICKYNOTES_APPLET -INCLUDES = \ +AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ $(MATE_APPLETS4_CFLAGS) \ |