source: MondoRescue/branches/3.2/mondo/src/mondorestore/Makefile.am@ 3564

Last change on this file since 3564 was 3564, checked in by Bruno Cornec, 8 years ago
  • Fix previous logfile copy on target media
  • Rename libmondo-mountlist.c as mondo-rstr-mountlist.c with corresponding includes as this is only used by mondorestore and update build process for that.
  • Property svn:keywords set to Id
File size: 888 bytes
Line 
1##
2## Process with Automake to generate Makefile.in
3##
4
5AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
6AUTOMAKE_OPTIONS = subdir-objects
7
8## Headers
9noinst_HEADERS = mondorestore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
10 mondorestore-EXT.h mr-externs.h \
11 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h \
12 libmondo-mountlist.h libmondo-mountlist-EXT.h \
13 mondorestore.h
14
15## The program
16sbin_PROGRAMS = mondorestore
17mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
18 mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.c mondo-rstr-mountlist.c
19mondorestore_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.