source: MondoRescue/trunk/mondo/src/lib/Makefile.am@ 979

Last change on this file since 979 was 900, checked in by Bruno Cornec, 17 years ago

Huge patch to introduce low level functions that will bw used everywhere (mr_free, mr_asprintf, ...)
Nearly linking now due to that.

File size: 281 bytes
RevLine 
[767]1##
2## Process this file with Automake to generate `Makefile.in'
3##
[826]4AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\" -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
[767]5
6## libmr
7noinst_LIBRARIES = libmr.a
8
[900]9libmr_a_SOURCES = mr_conf.c mr_str.c mr_mem.c mr_err.c mr_msg.c
Note: See TracBrowser for help on using the repository browser.