|
Last change
on this file since 2837 was 899, checked in by Bruno Cornec, 19 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
|
| Line | |
|---|
| 1 | ##
|
|---|
| 2 | ## Process with Automake to generate Makefile.in
|
|---|
| 3 | ##
|
|---|
| 4 |
|
|---|
| 5 | ## Headers
|
|---|
| 6 | noinst_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
|
|---|
| 11 | sbin_PROGRAMS = mondorestore
|
|---|
| 12 | mondorestore_SOURCES = mondo-prep.c mondo-restore.c mondo-rstr-newt.c \
|
|---|
| 13 | mondo-rstr-compare.c mondo-rstr-tools.c
|
|---|
| 14 | mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a @MONDORESTORE_STATIC@
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.