Changeset 1930 in MondoRescue for branches/2.2.6/mondo/src/mondoarchive


Ignore:
Timestamp:
Apr 22, 2008, 2:05:49 PM (17 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/src/mondoarchive
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • 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"
Note: See TracChangeset for help on using the changeset viewer.