Changeset 1054 in MondoRescue for branches/stable/mondo/src/common/Makefile.am


Ignore:
Timestamp:
Jan 16, 2007, 2:50:12 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Backporting more trunk content into stable
  • Adding the test and lib directories
  • Preparing for l10n
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/Makefile.am

    r831 r1054  
     1##
     2## $Id$
    13##
    24## Process this file with Automake to generate `Makefile.in'
    35##
    4 AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\"
     6AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
    57
    68## libmondo
     
    810
    911libmondo_a_SOURCES  = libmondo-archive.c libmondo-devices.c libmondo-fifo.c \
     12                      libmondo-msg.c \
    1013                       libmondo-filelist.c libmondo-files.c libmondo-fork.c \
    1114                       libmondo-mountlist.c libmondo-raid.c \
     
    2427                       libmondo-string-EXT.h libmondo-tools-EXT.h \
    2528                       libmondo-verify-EXT.h  libmondo-stream-EXT.h \
    26                        newt-specific.h \
    27                        mr_string.c mr_string.h
     29                       newt-specific.h
Note: See TracChangeset for help on using the changeset viewer.