Changeset 3564 in MondoRescue for branches/3.2/mondo/src/mondorestore


Ignore:
Timestamp:
Apr 12, 2016, 3:37:06 PM (10 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.
Location:
branches/3.2/mondo/src/mondorestore
Files:
4 edited
3 moved

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@
  • branches/3.2/mondo/src/mondorestore/mondo-prep.c

    r3542 r3564  
    1212#include "../common/libmondo-tools-EXT.h"
    1313#include "mondo-rstr-tools-EXT.h"
     14#include "libmondo-mountlist-EXT.h"
    1415#include <sys/ioctl.h>
    1516#include <linux/hdreg.h>
  • branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c

    r3544 r3564  
    1212#include "mr-externs.h"
    1313#include "mondo-rstr-tools.h"
     14#include "libmondo-mountlist-EXT.h"
    1415
    1516/**
  • branches/3.2/mondo/src/mondorestore/mondorestore.c

    r3544 r3564  
    1818#include "mondo-rstr-compare-EXT.h"
    1919#include "mondo-rstr-tools-EXT.h"
     20#include "libmondo-mountlist-EXT.h"
    2021#include <utime.h>
    2122
Note: See TracChangeset for help on using the changeset viewer.