|
Last change
on this file since 2226 was 2209, checked in by Bruno Cornec, 17 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).
|
|
File size:
485 bytes
|
| Line | |
|---|
| 1 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
|
|---|
| 2 |
|
|---|
| 3 | ## The program
|
|---|
| 4 | sbin_PROGRAMS = mrtest_mountlist
|
|---|
| 5 | mrtest_mountlist_SOURCES = test-mountlist.c ${top_builddir}/src/mondorestore/mondo-prep.c ${top_builddir}/src/mondorestore/mondo-rstr-newt.c ${top_builddir}/src/mondorestore/mondo-rstr-tools.c
|
|---|
| 6 | mrtest_mountlist_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.