gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r665 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r665 - GNUnet/src/conf
Date: Mon, 18 Apr 2005 13:29:20 -0700 (PDT)

Author: durner
Date: 2005-04-18 13:29:12 -0700 (Mon, 18 Apr 2005)
New Revision: 665

Modified:
   GNUnet/src/conf/Makefile.am
Log:
fix

Modified: GNUnet/src/conf/Makefile.am
===================================================================
--- GNUnet/src/conf/Makefile.am 2005-04-18 20:11:12 UTC (rev 664)
+++ GNUnet/src/conf/Makefile.am 2005-04-18 20:29:12 UTC (rev 665)
@@ -2,6 +2,12 @@
 
 AM_CFLAGS = $(GTK_CFLAGS)
 
+# GNU Gettext support
+LIBS = @LIBINTL@ @LIBS@
+# Define a C macro LOCALEDIR indicating where catalogs will be installed.
+localedir = $(datadir)/locale
+DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
+
 if MINGW
  WINTOOL = gnunet-win-tool
 endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]