diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-08-20 16:48:53 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-08-20 16:48:53 +0000 |
commit | 6785a482dbc8c20c074107a90ae460aa2fdfd17d (patch) | |
tree | 046bf1d4e2a3d663cb01a31b388f06568dee8b42 /Makefile.am | |
parent | bc33d7861b89abd9088d90a63dc266fcab945ddc (diff) | |
download | libxslt-6785a482dbc8c20c074107a90ae460aa2fdfd17d.tar.gz libxslt-6785a482dbc8c20c074107a90ae460aa2fdfd17d.tar.bz2 libxslt-6785a482dbc8c20c074107a90ae460aa2fdfd17d.zip |
a bit of cleanup and a extra variable for CVS dist Daniel
* Makefile.am configure.in: a bit of cleanup and a extra variable for
CVS dist
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5b0ddddf..68f9f9ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ dist-hook: cleanup libxslt.spec EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ FEATURES TODO Copyright libxslt.m4 \ win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \ - win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp + win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp \ + $(CVS_EXTRA_DIST) ## We create xsltConf.sh here and not from configure because we want ## to get the paths expanded correctly. Macros like srcdir are given |