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

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

Fix all remaining compiler errors

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