Ignore:
Timestamp:
Apr 12, 2016, 3:37:06 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Fix previous logfile copy on target media
  • Rename libmondo-mountlist.c as mondo-rstr-mountlist.c with corresponding includes as this is only used by mondorestore and update build process for that.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/Makefile.am

    r3411 r3564  
    99noinst_HEADERS        = mondorestore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
    1010                        mondorestore-EXT.h mr-externs.h \
    11                         mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
     11                        mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h \
     12                        libmondo-mountlist.h libmondo-mountlist-EXT.h \
    1213                        mondorestore.h
    1314
     
    1516sbin_PROGRAMS         = mondorestore
    1617mondorestore_SOURCES  = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
    17                         mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.c
     18                        mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.c mondo-rstr-mountlist.c
    1819mondorestore_LDADD    = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
Note: See TracChangeset for help on using the changeset viewer.