diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-30 10:09:23 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-30 10:09:23 -0700 |
commit | 95ebd69d2966d331d6e294c8f09fa8b5bf0862ee (patch) | |
tree | 7930974ceaa80a7627ba21b6edc0990c0d542685 /copy-n-paste/Makefile.am | |
parent | 7cea830d6bb27cc902c6069d2d8fe1c14b0099cb (diff) | |
parent | 774f1efd8f6cd3c3499face84553f85e8300f901 (diff) | |
download | engrampa-95ebd69d2966d331d6e294c8f09fa8b5bf0862ee.tar.bz2 engrampa-95ebd69d2966d331d6e294c8f09fa8b5bf0862ee.tar.xz |
Merge pull request #22 from infirit/automake-fixes
automake fixes: INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'copy-n-paste/Makefile.am')
-rw-r--r-- | copy-n-paste/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copy-n-paste/Makefile.am b/copy-n-paste/Makefile.am index d07144d..f5a2bcb 100644 --- a/copy-n-paste/Makefile.am +++ b/copy-n-paste/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -DGTK_DISABLE_DEPRECATED \ +AM_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ -DG_DISABLE_DEPRECATED \ -UGETTEXT_PACKAGE |