diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-03-22 18:23:32 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-03-22 18:23:32 +0100 |
commit | 8e0c6dd3ac3bbaaab4825be40ae757a97f60a83d (patch) | |
tree | a1e3b97fa449e3f98bdea81758349054604e62ac | |
parent | Update bug report URL to github (diff) | |
download | redshift-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.am | 2 |
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 |