diff options
author | infirit <[email protected]> | 2013-10-18 02:17:33 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-18 13:20:40 +0200 |
commit | cb9affd67249833821af33775e60cdb61118e292 (patch) | |
tree | 8051bd56f519bbaa5d40161e72aea9eec7276ec1 /copy-n-paste/Makefile.am | |
parent | 6aebc237833eba167e8401a989d88a1c5696371c (diff) | |
download | engrampa-cb9affd67249833821af33775e60cdb61118e292.tar.bz2 engrampa-cb9affd67249833821af33775e60cdb61118e292.tar.xz |
Follow configure for DEPRECATED cflags
Diffstat (limited to 'copy-n-paste/Makefile.am')
-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 |