diff Makefile.am @ 431:a5ebf8595154

GNU gettext i18n support
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Jan 2007 08:10:05 +0000
parents 0844db548c06
children 3f02945a0c48
line wrap: on
line diff
--- a/Makefile.am	Mon Jan 01 08:09:04 2007 +0000
+++ b/Makefile.am	Mon Jan 01 08:10:05 2007 +0000
@@ -4,11 +4,14 @@
 # Require latest automake
 AUTOMAKE_OPTIONS = 1.7
 
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
 # Personal XMMS directory in user's home
 USERHOMEPREFIX = ~/.xmms/Plugins
 
 # All the rest of the distributed files
-EXTRA_DIST =				\
+EXTRA_DIST = mkinstalldirs 				\
 	FAQ				\
 	BUGS				\
 	THANKS				\
@@ -83,3 +86,7 @@
 
 libxmmssiddir = $(pkgdatadir)
 libxmmssid_DATA = @THEMETUNE_FILE@
+
+SUBDIRS = m4 po
+
+ACLOCAL_AMFLAGS = -I m4