diff options
author | raveit <[email protected]> | 2012-11-05 17:21:49 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2012-11-05 17:21:49 +0100 |
commit | 61fe44bd16be34d89b127f403b3e07d63aa67e89 (patch) | |
tree | 5fd33bf86621b0de3aa2cb30b7b940f74c979749 /copy-n-paste | |
parent | e06e9b088a12dd098e11110f7d0d77ab8032e4eb (diff) | |
download | engrampa-61fe44bd16be34d89b127f403b3e07d63aa67e89.tar.bz2 engrampa-61fe44bd16be34d89b127f403b3e07d63aa67e89.tar.xz |
fix compiler warning
warning: "GETTEXT_PACKAGE" redefined
Diffstat (limited to 'copy-n-paste')
-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 |