source: MondoRescue/branches/stable/mondo/mondo/mondorestore/Makefile.am@ 423

Last change on this file since 423 was 423, checked in by bcornec, 18 years ago
  • .spec files adapted to make rpmlint happy
  • no more dyn. libs in mondo
  • no more the X11 part in mondo
  • Property svn:keywords set to Id
File size: 586 bytes
RevLine 
[4]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
[423]14mondorestore_LDADD = ${top_builddir}/mondo/common/libmondo.a @MONDORESTORE_STATIC@
Note: See TracBrowser for help on using the repository browser.