[file-roller] fixed a compiler warning



commit 07adf7834ff4fef315c5b3b09684144baa050acf
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Nov 1 17:56:26 2010 +0100

    fixed a compiler warning

 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]