source: MondoRescue/branches/stable/mondo/src/mondorestore/Makefile.am@ 1939

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

svn merge -r 1923:1938 $SVN_M/branches/2.2.6

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