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

Last change on this file 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
RevLine 
[4]1##
2## Process with Automake to generate Makefile.in
3##
4
[1930]5AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
[3411]6AUTOMAKE_OPTIONS = subdir-objects
[1930]7
[4]8## Headers
[3273]9noinst_HEADERS = mondorestore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
10 mondorestore-EXT.h mr-externs.h \
[3564]11 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h \
12 libmondo-mountlist.h libmondo-mountlist-EXT.h \
[1315]13 mondorestore.h
[4]14
15## The program
16sbin_PROGRAMS = mondorestore
[1930]17mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
[3564]18 mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.c mondo-rstr-mountlist.c
[2209]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.