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

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

Fixes to allow trunk to build under rpm format at least

  • Property svn:keywords set to Id
File size: 714 bytes
Line 
1## $Id: Makefile.am 1084 2007-01-29 22:51:36Z bruno $
2##
3## $Id: Makefile.am 1084 2007-01-29 22:51:36Z bruno $
4##
5## Process with Automake to generate Makefile.in
6##
7AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
8
9## Headers
10noinst_HEADERS = mondo-restore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
11 mondo-restore-EXT.h mr-externs.h \
12 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
13
14## The program
15sbin_PROGRAMS = mondorestore
16mondorestore_SOURCES = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \
17 mondo-rstr-compare.c mondo-rstr-tools.c
18mondorestore_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.