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

Last change on this file since 899 was 899, checked in by Bruno Cornec, 18 years ago
  • src directory used in Makefile
  • new announce
  • fix for italian mirror
  • first try for an x86_64 generation

-busybox handles modules again (should fix some bugs)

  • Property svn:keywords set to Id
File size: 584 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
[899]14mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a @MONDORESTORE_STATIC@
Note: See TracBrowser for help on using the repository browser.