Last change
on this file since 2307 was 2209, checked in by Bruno Cornec, 16 years ago |
- Use new libmr.a in build process
- Use mr_strcat to fix a memory allocation bug when mountlist contains lots of references unavailable at restore time, creating a error when memory is statically allocated (more usage is expected now).
|
-
Property svn:keywords
set to
Id
|
File size:
751 bytes
|
Line | |
---|
1 | ##
|
---|
2 | ## Process with Automake to generate Makefile.in
|
---|
3 | ##
|
---|
4 |
|
---|
5 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
|
---|
6 |
|
---|
7 | ## Headers
|
---|
8 | noinst_HEADERS = mondo-restore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
|
---|
9 | mondo-restore-EXT.h mr-externs.h \
|
---|
10 | mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
|
---|
11 | mondorestore.h
|
---|
12 |
|
---|
13 | ## The program
|
---|
14 | sbin_PROGRAMS = mondorestore
|
---|
15 | mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
|
---|
16 | mondo-rstr-compare.c mondo-rstr-tools.c
|
---|
17 | mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
---|
Note:
See
TracBrowser
for help on using the repository browser.