source: MondoRescue/trunk/mondo/mondo/mondorestore/Makefile.am@ 426

Last change on this file since 426 was 426, checked in by bcornec, 18 years ago

merge -r421:425 $SVN_M/branches/stable

  • Property svn:keywords set to Id
File size: 586 bytes
Line 
1##
2## Process with Automake to generate Makefile.in
3##
4
5## Headers
6noinst_HEADERS = mondo-restore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
7 mondo-restore-EXT.h mr-externs.h \
8 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
9
10## The program
11sbin_PROGRAMS = mondorestore
12mondorestore_SOURCES = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \
13 mondo-rstr-compare.c mondo-rstr-tools.c
14mondorestore_LDADD = ${top_builddir}/mondo/common/libmondo.a @MONDORESTORE_STATIC@
Note: See TracBrowser for help on using the repository browser.