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

Last change on this file since 2009 was 2009, checked in by Bruno Cornec, 16 years ago

Commit ald modifs in trunk - just in case

  • Property svn:keywords set to Id
File size: 734 bytes
RevLine 
[4]1##
[1079]2## $Id: Makefile.am 2009 2008-08-11 01:05:15Z bruno $
3##
[4]4## Process with Automake to generate Makefile.in
5##
[2009]6AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include -I${top_builddir}/src/common
[4]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
[2009]15mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
[4]16 mondo-rstr-compare.c mondo-rstr-tools.c
[900]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.