Changeset 783 in MondoRescue for trunk/mondo/mondo/lib


Ignore:
Timestamp:
Aug 31, 2006, 5:09:20 PM (18 years ago)
Author:
Bruno Cornec
Message:
  • Massive rewrite continues for memory management.
  • main structure should now have all parameters allocated dynamically
  • new lib libmr.a + dir + build process reviewed to support it.
  • new include subdir to host external definitions of the new lib
  • code now compiles. Still one remaining link issues for mondorestore. This should allow for some tests soon.

(goal is to separate completely reviewed code and functions and provide clean interfaces)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/lib/Makefile.am

    r767 r783  
    22## Process this file with Automake to generate `Makefile.in'
    33##
    4 AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\"
     4AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/mondo/include
    55
    66## libmr
    77noinst_LIBRARIES = libmr.a
    88
    9 libmr_a_SOURCES  = mr_conf.c mr_conf.h \
    10                    mr_string.c mr_string.h
     9libmr_a_SOURCES  = mr_conf.c mr_string.c
Note: See TracChangeset for help on using the changeset viewer.