source: MondoRescue/trunk/mondo/Makefile.am@ 783

Last change on this file since 783 was 783, checked in by Bruno Cornec, 18 years ago
  • 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)

  • Property svn:keywords set to Id
File size: 185 bytes
RevLine 
[4]1AUTOMAKE_OPTIONS = 1.7
[537]2SUBDIRS = m4 mondo po
[426]3man8_MANS = docs/man/mondoarchive.8 docs/man/mondorestore.8
[507]4
5ACLOCAL_AMFLAGS = -I m4
6
[537]7EXTRA_DIST = config.rpath mkinstalldirs
[783]8
9
Note: See TracBrowser for help on using the repository browser.