changeset 495:592a12b53369

Provide -DLOCALEDIR
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Jan 2007 18:50:04 +0000
parents d1ed5993a1a7
children 687d24b1a4ff
files Makefile.am
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Fri Jan 26 18:50:02 2007 +0000
+++ b/Makefile.am	Fri Jan 26 18:50:04 2007 +0000
@@ -64,9 +64,10 @@
 lib_LTLIBRARIES = libxmmssid.la
 
 # Generals
-AM_CFLAGS   = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_INCLUDES@	\
+AM_CFLAGS = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_INCLUDES@	\
 		@SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@			\
-		-DTHEMETUNE_FILE="\"$(pkgdatadir)/$(themetune)\""
+		-DTHEMETUNE_FILE="\"$(pkgdatadir)/$(themetune)\""	\
+		-DLOCALEDIR="\"$(localedir)\""
 
 AM_CXXFLAGS = $(AM_CFLAGS)