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.

File:
1 edited

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