diff options
author | infirit <[email protected]> | 2013-07-30 18:29:07 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-07-30 18:29:07 +0200 |
commit | 774f1efd8f6cd3c3499face84553f85e8300f901 (patch) | |
tree | 6b1d51b116fd2662258f736a7b4e608a45862189 /src/Makefile.am | |
parent | c1c61af0b7d286aefdff7466f2d5e26903798654 (diff) | |
download | engrampa-774f1efd8f6cd3c3499face84553f85e8300f901.tar.bz2 engrampa-774f1efd8f6cd3c3499face84553f85e8300f901.tar.xz |
automake fixes: INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'src/Makefile.am')
-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 3fd656b..0f6905c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ privexecdir = $(libexecdir)/engrampa/ shdir = $(libexecdir)/engrampa/ endif -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/copy-n-paste/ \ -I$(top_srcdir) \ -I$(top_builddir) \ |