Changeset 1192 in MondoRescue
- Timestamp:
- Feb 20, 2007, 11:32:26 AM (18 years ago)
- Location:
- branches/stable/mondo
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/po/POTFILES.in
r1082 r1192 9 9 src/mondorestore/mr-externs.h 10 10 src/mondorestore/mondo-rstr-compare.h 11 src/mondorestore/mondo -restore.c11 src/mondorestore/mondorestore.c 12 12 src/include/mr_mem.h 13 13 src/include/my-stuff.h … … 50 50 src/common/libmondo-stream.c 51 51 src/mondoarchive/mondo-cli.c 52 src/mondoarchive/m ain.c52 src/mondoarchive/mondoarchive.c 53 53 src/mondoarchive/mondo-cli.h -
branches/stable/mondo/src/mondorestore/Makefile.am
r1170 r1192 13 13 ## The program 14 14 sbin_PROGRAMS = mondorestore 15 mondorestore_SOURCES = mondo-prep.c mondo -restore.c mondo-rstr-newt.c \15 mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \ 16 16 mondo-rstr-compare.c mondo-rstr-tools.c 17 17 mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
Note:
See TracChangeset
for help on using the changeset viewer.