comparison 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
comparison
equal deleted inserted replaced
430:d787dae8c043 431:a5ebf8595154
2 ### Makefile.am for XMMS-SID 2 ### Makefile.am for XMMS-SID
3 ### 3 ###
4 # Require latest automake 4 # Require latest automake
5 AUTOMAKE_OPTIONS = 1.7 5 AUTOMAKE_OPTIONS = 1.7
6 6
7 PACKAGE = @PACKAGE@
8 VERSION = @VERSION@
9
7 # Personal XMMS directory in user's home 10 # Personal XMMS directory in user's home
8 USERHOMEPREFIX = ~/.xmms/Plugins 11 USERHOMEPREFIX = ~/.xmms/Plugins
9 12
10 # All the rest of the distributed files 13 # All the rest of the distributed files
11 EXTRA_DIST = \ 14 EXTRA_DIST = mkinstalldirs \
12 FAQ \ 15 FAQ \
13 BUGS \ 16 BUGS \
14 THANKS \ 17 THANKS \
15 ChangeLog.old \ 18 ChangeLog.old \
16 bootstrap.sh \ 19 bootstrap.sh \
81 src/xs_sidplay2.cc src/xs_sidplay2.h \ 84 src/xs_sidplay2.cc src/xs_sidplay2.h \
82 src/xmms-sid.c src/xmms-sid.h 85 src/xmms-sid.c src/xmms-sid.h
83 86
84 libxmmssiddir = $(pkgdatadir) 87 libxmmssiddir = $(pkgdatadir)
85 libxmmssid_DATA = @THEMETUNE_FILE@ 88 libxmmssid_DATA = @THEMETUNE_FILE@
89
90 SUBDIRS = m4 po
91
92 ACLOCAL_AMFLAGS = -I m4