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 /null_applet/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 'null_applet/Makefile.am')
-rw-r--r-- | null_applet/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/null_applet/Makefile.am b/null_applet/Makefile.am index 297a1dae..39375de6 100644 --- a/null_applet/Makefile.am +++ b/null_applet/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ $(MATE_APPLETS4_CFLAGS) |