~vcs-imports/workrave/main

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: dotsphinx
  • Date: 2002-10-14 02:15:56 UTC
  • Revision ID: Arch-1:workrave@arch.ubuntu.com%workrave--MAIN--0--patch-115
i18n

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Copyright (C) 2001, 2002 Rob Caelers <robc@krandor.org>
4
4
#
5
 
# $Id: Makefile.am,v 1.4 2002/10/13 20:36:18 dotsphinx Exp $
 
5
# $Id: Makefile.am,v 1.5 2002/10/14 02:15:56 dotsphinx Exp $
6
6
#
7
7
 
8
8
MAINTAINERCLEANFILES    = aclocal.m4 config.h.in configure stamp-h.in Makefile.in \
9
9
        install-sh missing mkinstalldirs config.cache config.log config.status \
10
10
        config.guess config.sub depcomp ltmain.sh
11
11
 
12
 
SUBDIRS         = arch gui src images debian sounds po intl
 
12
SUBDIRS         = intl m4 po arch gui src images debian sounds 
13
13
 
14
14
EXTRA_DIST      = \
15
15
        config.xml \
27
27
dist_pkgdata_DATA = README.txt NEWS.txt AUTHORS.txt COPYING.txt ChangeLog.txt
28
28
endif
29
29
 
 
30
ACLOCAL_AMFLAGS = -I m4
 
31
 
30
32
 
31
33
unix2dos = perl -e 'while (<>) { s/$$/\r/; print; }'
32
34