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

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

merge -r1045:1078 £SVN_M/branches/stable

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