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

Last change on this file was 3879, checked in by Bruno Cornec, 2 months ago

Fix all remaining compiler errors

  • Property svn:keywords set to Id
File size: 716 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 \
10 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h \
11 libmondo-mountlist-EXT.h
12
13## The program
14sbin_PROGRAMS = mondorestore
15mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
16 mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.c mondo-rstr-mountlist.c
17mondorestore_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.