Commit 42845b00 authored by Sam Hocevar's avatar Sam Hocevar

* Makefile.am: added bootstrap to the distribution.

parent b3d2d110
......@@ -5,6 +5,12 @@
0.1.2
**
* Makefile.am: added bootstrap to the distribution.
* bootstrap: we remove generated files before running the autotools, to
make sure we get the latest version.
* bootstrap, Makefile.am: moved the --foreign flag to Makefile.am.
* src/Makefile.am: renamed an unused _SOURCES variable to something
automake will not choke on.
* configure.ac, bootstrap: removed redundant stuff from CVS such as the
Makefile.in files, configure and config.*, and added a bootstrap script
to generate them; renamed configure.in to configure.ac and moved config.h
......
## Process this file with automake to produce Makefile.in
SUBDIRS = src examples misc doc debian
SUBDIRS = src examples misc
DIST_SUBDIRS = doc debian
EXTRA_DIST=libdvbpsi.spec
EXTRA_DIST = libdvbpsi.spec bootstrap
AUTOMAKE_OPTIONS = foreign dist-bzip2 subdir-objects
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment