Changeset 341 in MondoRescue for branches/stable/mondo
- Timestamp:
- Jan 20, 2006, 1:16:02 AM (19 years ago)
- Location:
- branches/stable/mondo
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/configure.in
r338 r341 173 173 AC_SUBST(my_kde_libraries) 174 174 175 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/ docs/Makefile mondo/docs/en/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/xmondo/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile])175 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/xmondo/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile]) -
branches/stable/mondo/mondo/Makefile.am
r247 r341 1 1 # Note that configure will define @XMONDO@ to be "xmondo" if X support 2 2 # is enabled, "" if not 3 SUBDIRS = common mondoarchive mondorestore @XMONDO@ docsrestore-scripts post-nuke.sample4 DIST_SUBDIRS = common mondoarchive mondorestore xmondo docsrestore-scripts post-nuke.sample3 SUBDIRS = common mondoarchive mondorestore @XMONDO@ restore-scripts post-nuke.sample 4 DIST_SUBDIRS = common mondoarchive mondorestore xmondo restore-scripts post-nuke.sample 5 5 6 6 pkglib_DATA = do-not-compress-these autorun
Note:
See TracChangeset
for help on using the changeset viewer.