Changeset 1352 in MondoRescue


Ignore:
Timestamp:
Apr 25, 2007, 10:23:14 PM (17 years ago)
Author:
Bruno Cornec
Message:

Makefile added for distributions/conf and handling of mondorestore.h

Location:
branches/stable/mondo
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/Makefile.am

    r1054 r1352  
    11AUTOMAKE_OPTIONS = 1.7
    2 SUBDIRS        = src po
     2SUBDIRS        = src po distributions
    33man8_MANS      = docs/man/mondoarchive.8 docs/man/mondorestore.8
    44
  • branches/stable/mondo/configure.in

    r1189 r1352  
    127127AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr strspn getline asprintf trunc vasprintf])
    128128
    129 AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/lib/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])
     129AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/lib/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 distributions/Makefile distributions/conf/Makefile])
  • branches/stable/mondo/src/mondorestore/Makefile.am

    r1192 r1352  
    1010                        mondo-restore-EXT.h mr-externs.h \
    1111                        mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
     12                        mondorestore.h
    1213
    1314## The program
Note: See TracChangeset for help on using the changeset viewer.