Changeset 1930 in MondoRescue for branches/2.2.6/mondo


Ignore:
Timestamp:
Apr 22, 2008, 2:05:49 PM (16 years ago)
Author:
Bruno Cornec
Message:

Renaming of files to be in conformity with stable and ease aplication of patches between branches.

Location:
branches/2.2.6/mondo
Files:
1 added
8 edited
3 moved

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/configure.in

    r1699 r1930  
    1111define(MONDO_TAG,MONDO_VER-MONDO_REV)
    1212AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net])
    13 AC_CONFIG_SRCDIR([src/mondoarchive/main.c])
     13AC_CONFIG_SRCDIR([src/mondoarchive/mondoarchive.c])
    1414AM_CONFIG_HEADER(config.h)
    1515
  • branches/2.2.6/mondo/src/common/Makefile.am

    r1917 r1930  
    22## Process this file with Automake to generate `Makefile.in'
    33##
    4 AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\"
     4
     5AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
    56
    67## libmondo
  • branches/2.2.6/mondo/src/mondoarchive/Makefile.am

    r1917 r1930  
    22## Process with Automake to generate Makefile.in
    33##
     4
     5AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
    46
    57## Headers
     
    810## The program
    911sbin_PROGRAMS        = mondoarchive
    10 mondoarchive_SOURCES = main.c
     12mondoarchive_SOURCES = mondoarchive.c
    1113mondoarchive_LDADD   = ${top_builddir}/src/common/libmondo.a
  • branches/2.2.6/mondo/src/mondoarchive/mondoarchive.c

    r1929 r1930  
    2626#include <stdio.h>
    2727#include <stdlib.h>
    28 #include "../common/my-stuff.h"
     28#include "my-stuff.h"
    2929#include "../common/mondostructures.h"
    3030#include "../common/libmondo.h"
  • branches/2.2.6/mondo/src/mondorestore/Makefile.am

    r1315 r1930  
    22## Process with Automake to generate Makefile.in
    33##
     4
     5AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
    46
    57## Headers
     
    1113## The program
    1214sbin_PROGRAMS         = mondorestore
    13 mondorestore_SOURCES  = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \
     15mondorestore_SOURCES  = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
    1416                        mondo-rstr-compare.c mondo-rstr-tools.c
    1517mondorestore_LDADD    = ${top_builddir}/src/common/libmondo.a @MONDORESTORE_STATIC@
  • branches/2.2.6/mondo/src/mondorestore/mondo-prep.c

    r1824 r1930  
    154154
    155155
    156 #include "../common/my-stuff.h"
     156#include "my-stuff.h"
    157157#include "../common/mondostructures.h"
    158158#include "mondoprep.h"
  • branches/2.2.6/mondo/src/mondorestore/mondo-rstr-compare.c

    r1747 r1930  
    5656
    5757#include <pthread.h>
    58 #include "../common/my-stuff.h"
     58#include "my-stuff.h"
    5959#include "../common/mondostructures.h"
    6060#include "../common/libmondo.h"
  • branches/2.2.6/mondo/src/mondorestore/mondo-rstr-newt.h

    r1647 r1930  
    1818
    1919
    20 #include "../common/my-stuff.h"
     20#include "my-stuff.h"
    2121#include "../common/mondostructures.h"
    2222#include "../common/libmondo.h"
  • branches/2.2.6/mondo/src/mondorestore/mondo-rstr-tools.c

    r1928 r1930  
    126126#include <pthread.h>
    127127#include <linux/fd.h>
    128 #include "../common/my-stuff.h"
     128#include "my-stuff.h"
    129129#include "../common/mondostructures.h"
    130130#include "../common/libmondo.h"
  • branches/2.2.6/mondo/src/mondorestore/mondorestore.c

    r1929 r1930  
    1313 **************************************************************************/
    1414#include <pthread.h>
    15 #include "../common/my-stuff.h"
     15#include "my-stuff.h"
    1616#include "../common/mondostructures.h"
    1717#include "../common/libmondo.h"
Note: See TracChangeset for help on using the changeset viewer.