aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-03-22 18:23:32 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2014-03-22 18:23:32 +0100
commit8e0c6dd3ac3bbaaab4825be40ae757a97f60a83d (patch)
treea1e3b97fa449e3f98bdea81758349054604e62ac
parentUpdate bug report URL to github (diff)
downloadredshift-ng-8e0c6dd3ac3bbaaab4825be40ae757a97f60a83d.tar.gz
redshift-ng-8e0c6dd3ac3bbaaab4825be40ae757a97f60a83d.tar.bz2
redshift-ng-8e0c6dd3ac3bbaaab4825be40ae757a97f60a83d.tar.xz
Makefile.am: Substitute AM_CPPFLAGS for deprecated INCLUDES
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 15caf2c..06676d0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = redshift-gtk
# I18n
localedir = $(datadir)/locale
-INCLUDES = -DLOCALEDIR=\"$(localedir)\"
+AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
# redshift Program
bin_PROGRAMS = redshift