diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-05 14:08:40 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-05 14:08:40 -0800 |
commit | 0d97b91e417fda108955b155cc287db086850c81 (patch) | |
tree | 5fd33bf86621b0de3aa2cb30b7b940f74c979749 /copy-n-paste/Makefile.am | |
parent | 8f8784ba4ebcd8eb099c4e119a9a8d5a349efd61 (diff) | |
parent | 61fe44bd16be34d89b127f403b3e07d63aa67e89 (diff) | |
download | engrampa-0d97b91e417fda108955b155cc287db086850c81.tar.bz2 engrampa-0d97b91e417fda108955b155cc287db086850c81.tar.xz |
Merge pull request #7 from NiceandGently/master
port to gsettings
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 1a8e01a..d07144d 100644 --- a/copy-n-paste/Makefile.am +++ b/copy-n-paste/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -DGTK_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ -DG_DISABLE_DEPRECATED \ - -DGETTEXT_PACKAGE=NULL + -UGETTEXT_PACKAGE noinst_LTLIBRARIES = libeggsmclient.la |