source: MondoRescue/trunk/mondo/mondo/lib/Makefile.am@ 767

Last change on this file since 767 was 767, checked in by Bruno Cornec, 18 years ago

Creating a new library common for all mondo binaries
This should become the only common library when we now which functions should go there

File size: 223 bytes
Line 
1##
2## Process this file with Automake to generate `Makefile.in'
3##
4AM_CPPFLAGS = -DMONDO_SHARE=\"$(pkgdatadir)\"
5
6## libmr
7noinst_LIBRARIES = libmr.a
8
9libmr_a_SOURCES = mr_conf.c mr_conf.h \
10 mr_string.c mr_string.h
Note: See TracBrowser for help on using the repository browser.