From 61fe44bd16be34d89b127f403b3e07d63aa67e89 Mon Sep 17 00:00:00 2001 From: raveit Date: Mon, 5 Nov 2012 17:21:49 +0100 Subject: fix compiler warning warning: "GETTEXT_PACKAGE" redefined --- copy-n-paste/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy-n-paste/Makefile.am') 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 -- cgit v1.2.1