## ## Process with Automake to generate Makefile.in ## AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common ## Headers noinst_HEADERS = mondorestore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \ mondorestore-EXT.h mr-externs.h \ mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h mondorestore.h ## The program sbin_PROGRAMS = mondorestore mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \ mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.c mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@