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 /modemlights/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 'modemlights/Makefile.am')
-rw-r--r-- | modemlights/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modemlights/Makefile.am b/modemlights/Makefile.am index 6d8fb253..121620b8 100644 --- a/modemlights/Makefile.am +++ b/modemlights/Makefile.am @@ -1,6 +1,6 @@ #SUBDIRS = docs -INCLUDES = -I. -I$(srcdir) \ +AM_CPPFLAGS = -I. -I$(srcdir) \ -DMODEM_MENU_UI_DIR=\""$(uidir)"\" \ $(MATE_APPLETS4_CFLAGS) |