source: MondoRescue/branches/stable/mondo/src/lib/Makefile.am

Last change on this file was 1361, checked in by Bruno Cornec, 17 years ago

Addition of a double chained list (Idea from M. Loiseleur) to support tapecatalog and probably other data types later

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