summaryrefslogtreecommitdiff
path: root/copy-n-paste
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-07-30 18:29:07 +0200
committerinfirit <[email protected]>2013-07-30 18:29:07 +0200
commit774f1efd8f6cd3c3499face84553f85e8300f901 (patch)
tree6b1d51b116fd2662258f736a7b4e608a45862189 /copy-n-paste
parentc1c61af0b7d286aefdff7466f2d5e26903798654 (diff)
downloadengrampa-774f1efd8f6cd3c3499face84553f85e8300f901.tar.bz2
engrampa-774f1efd8f6cd3c3499face84553f85e8300f901.tar.xz
automake fixes: INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'copy-n-paste')
-rw-r--r--copy-n-paste/Makefile.am2
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