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

Last change on this file since 114 was 30, checked in by bcornec, 19 years ago

Id property added on files to allow for better conf. management

  • Property svn:keywords set to Id
File size: 595 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 = ../common/libmondo.la ../common/libmondo-newt.la @MONDORESTORE_STATIC@
Note: See TracBrowser for help on using the repository browser.