diff options
author | infirit <[email protected]> | 2013-10-18 02:17:33 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-18 02:17:33 +0200 |
commit | 4c40ecbb336e2330083d188d9a336363cbf351e0 (patch) | |
tree | 2819939c65e7a8ca4e1ab911f97be96e3d7508a7 /copy-n-paste | |
parent | 418695fdc4dcab447bc4b8fe0d1326257e2f2785 (diff) | |
download | engrampa-4c40ecbb336e2330083d188d9a336363cbf351e0.tar.bz2 engrampa-4c40ecbb336e2330083d188d9a336363cbf351e0.tar.xz |
Follow configure for DEPRECATED cflags
Diffstat (limited to 'copy-n-paste')
-rw-r--r-- | copy-n-paste/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/copy-n-paste/Makefile.am b/copy-n-paste/Makefile.am index f5a2bcb..2b7d18e 100644 --- a/copy-n-paste/Makefile.am +++ b/copy-n-paste/Makefile.am @@ -1,7 +1,6 @@ -AM_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DG_DISABLE_DEPRECATED \ - -UGETTEXT_PACKAGE +AM_CPPFLAGS = \ + $(DISABLE_DEPRECATED) \ + -UGETTEXT_PACKAGE noinst_LTLIBRARIES = libeggsmclient.la |