source: MondoRescue/branches/2.2.9/mondo/src/mondorestore/Makefile.am@ 2770

Last change on this file since 2770 was 2770, checked in by Bruno Cornec, 13 years ago
  • Fix compilation issues due to level of visibility of functions
  • Property svn:keywords set to Id
File size: 777 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
6
[4]7## Headers
8noinst_HEADERS = mondo-restore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
9 mondo-restore-EXT.h mr-externs.h \
10 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
[1315]11 mondorestore.h
[4]12
13## The program
14sbin_PROGRAMS = mondorestore
[1930]15mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
[2770]16 mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.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.