diff options
author | Daniel Veillard <veillard@redhat.com> | 2005-12-01 17:34:21 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2005-12-01 17:34:21 +0000 |
commit | ff4ede005567ef4536aea17d544b145482e60615 (patch) | |
tree | 335514a2475e84984296cf4ffb9f223676c69442 /Makefile.am | |
parent | * include/libxen.h src/libxen.c src/libxen_sym.version: add read-only (diff) | |
download | libvirt-ff4ede005567ef4536aea17d544b145482e60615.tar.gz libvirt-ff4ede005567ef4536aea17d544b145482e60615.tar.bz2 libvirt-ff4ede005567ef4536aea17d544b145482e60615.zip |
* Makefile.am configure.in docs/apibuild.py docs/libxen-api.xml
docs/libxen-refs.xml docs/structures.fig: starting to add docs
and the extraction tool
* src/libxen.c: fixed comments error raised by apibuild
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0c6d1b577..9c6812c7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = src include #docs +SUBDIRS = src include docs EXTRA_DIST = libxen.spec.in libxen.spec COPYING.LIB \ libxen.pc.in libxen.pc TODO AUTHORS ChangeLog \ NEWS README |