Changeset 3131 in MondoRescue


Ignore:
Timestamp:
Jun 1, 2013, 8:55:12 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Move test programs outside of /sbin as they should remain provate and not pollute the FHS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/test/Makefile.am

    r3111 r3131  
    22
    33## The program
    4 sbin_PROGRAMS         = mrtest_mountlist mrtest_truncname mrtest_stresc
     4mrtestdir                 = $(pkgdatadir)/test
     5mrtest_PROGRAMS           = mrtest_mountlist mrtest_truncname mrtest_stresc
    56mrtest_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
    67mrtest_mountlist_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.