Changeset 899 in MondoRescue for branches/stable/mondo
- Timestamp:
- Oct 23, 2006, 12:13:04 AM (19 years ago)
- Location:
- branches/stable/mondo
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/Makefile.am
r541 r899 1 1 AUTOMAKE_OPTIONS = 1.7 2 SUBDIRS = mondo2 SUBDIRS = src 3 3 man8_MANS = docs/man/mondoarchive.8 docs/man/mondorestore.8 -
branches/stable/mondo/configure.in
r553 r899 11 11 define(MONDO_TAG,MONDO_VER-MONDO_REV) 12 12 AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net]) 13 AC_CONFIG_SRCDIR([ mondo/mondoarchive/main.c])13 AC_CONFIG_SRCDIR([src/mondoarchive/main.c]) 14 14 AM_CONFIG_HEADER(config.h) 15 15 … … 18 18 AC_ARG_PROGRAM 19 19 20 AM_INIT_AUTOMAKE([ mondo], MONDO_VER)20 AM_INIT_AUTOMAKE([src], MONDO_VER) 21 21 AM_MAINTAINER_MODE 22 22 … … 121 121 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr]) 122 122 123 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile])123 AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/restore-scripts/usr/Makefile src/restore-scripts/usr/bin/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile]) -
branches/stable/mondo/src/mondoarchive/Makefile.am
r541 r899 9 9 sbin_PROGRAMS = mondoarchive 10 10 mondoarchive_SOURCES = main.c mondo-cli.c 11 mondoarchive_LDADD = ${top_builddir}/ mondo/common/libmondo.a11 mondoarchive_LDADD = ${top_builddir}/src/common/libmondo.a -
branches/stable/mondo/src/mondorestore/Makefile.am
r423 r899 12 12 mondorestore_SOURCES = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \ 13 13 mondo-rstr-compare.c mondo-rstr-tools.c 14 mondorestore_LDADD = ${top_builddir}/ mondo/common/libmondo.a @MONDORESTORE_STATIC@14 mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a @MONDORESTORE_STATIC@ -
branches/stable/mondo/src/restore-scripts/Makefile.am
r424 r899 1 SUBDIRS = mondousr1 SUBDIRS = src usr 2 2 3 3 restoreetcdir = $(pkgdatadir)/restore-scripts/etc
Note:
See TracChangeset
for help on using the changeset viewer.