comparison modules/localcharset @ 7497:6a764f23e302

gnulib-tool now synthesizes the EXTRA_DIST line.
author Bruno Haible <bruno@clisp.org>
date Fri, 13 Oct 2006 12:40:22 +0000
parents 9ff9e0f3d681
children d19ce23d01b0
comparison
equal deleted inserted replaced
7496:0e4de218492f 7497:6a764f23e302
17 configure.ac: 17 configure.ac:
18 gl_LOCALCHARSET 18 gl_LOCALCHARSET
19 19
20 Makefile.am: 20 Makefile.am:
21 lib_SOURCES += localcharset.h localcharset.c 21 lib_SOURCES += localcharset.h localcharset.c
22 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
23 22
24 # We need the following in order to install a simple file in $(libdir) 23 # We need the following in order to install a simple file in $(libdir)
25 # which is shared with other installed packages. We use a list of referencing 24 # which is shared with other installed packages. We use a list of referencing
26 # packages so that "make uninstall" will remove the file if and only if it 25 # packages so that "make uninstall" will remove the file if and only if it
27 # is not used by another installed package. 26 # is not used by another installed package.