* Add dist files.

This commit is contained in:
Eelco Dolstra 2005-09-29 12:17:56 +00:00
parent 0da4ea8b65
commit 8685534261
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
AC_INIT(patchelf, "0.1")
AC_CONFIG_SRCDIR(Makefile.am)
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
# Change to `1' to produce a `stable' release (i.e., the `preREVISION'
# suffix is not added).

View File

@ -25,3 +25,6 @@ bar.o: bar.c
clean-local:
$(RM) *.o libfoo.so libbar.so main
EXTRA_DIST = main.c foo.c bar.c $(TESTS)