source: MondoRescue/trunk/mondo/src/mondorestore/Makefile.am@ 972

Last change on this file since 972 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.

  • Property svn:keywords set to Id
File size: 704 bytes
Line 
1## $Id: Makefile.am 900 2006-10-24 06:49:18Z bruno $
2##
3## Process with Automake to generate Makefile.in
4##
5
6AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
7
8## Headers
9noinst_HEADERS = mondo-restore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
10 mondo-restore-EXT.h mr-externs.h \
11 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
12
13## The program
14sbin_PROGRAMS = mondorestore
15mondorestore_SOURCES = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \
16 mondo-rstr-compare.c mondo-rstr-tools.c
17mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
Note: See TracBrowser for help on using the repository browser.