diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-06-23 15:41:55 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-06-23 15:41:55 +0000 |
commit | 06dd93086f613f40dc0c28ff599b46e39b84e6ca (patch) | |
tree | 5ba3315a5af3ef63a037e989b25d39369a780bd2 /Makefile.am | |
parent | 9c256525243e745d47f1a672967dc4784e42bc45 (diff) | |
download | libxslt-06dd93086f613f40dc0c28ff599b46e39b84e6ca.tar.gz libxslt-06dd93086f613f40dc0c28ff599b46e39b84e6ca.tar.bz2 libxslt-06dd93086f613f40dc0c28ff599b46e39b84e6ca.zip |
- Makefile.am libxslt/Makefile.am libxslt/numbers.c
libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltproc.c:
Patches for Windows mostly contributed by Yon Derek
- win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw
win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp:
Project file for Mircrosoft C provided by Yon Derek
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c2430634..a07dac12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,8 +9,9 @@ confexec_DATA = xsltConf.sh bin_SCRIPTS = xslt-config EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ - FEATURES TODO COPYING.LIB Copyright IPR - + FEATURES TODO COPYING.LIB Copyright IPR \ + win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \ + win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp ## We create xsltConf.sh here and not from configure because we want ## to get the paths expanded correctly. Macros like srcdir are given |