diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-18 05:40:18 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-18 05:40:18 -0700 |
commit | 65506a18e77da734bb0f82f04dd2517fc5c4b8bf (patch) | |
tree | 8051bd56f519bbaa5d40161e72aea9eec7276ec1 /copy-n-paste/Makefile.am | |
parent | 9c93369a4aeab033544ed9357c259989973df8d0 (diff) | |
parent | cb9affd67249833821af33775e60cdb61118e292 (diff) | |
download | engrampa-65506a18e77da734bb0f82f04dd2517fc5c4b8bf.tar.bz2 engrampa-65506a18e77da734bb0f82f04dd2517fc5c4b8bf.tar.xz |
Merge pull request #30 from infirit/master
Cherry pick commits from 1.6 branch on master
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 |