source: MondoRescue/branches/3.0/mondo/test/Makefile.am@ 3144

Last change on this file since 3144 was 3144, checked in by Bruno Cornec, 11 years ago

r5359@localhost: bruno | 2013-06-14 01:39:14 +0200

  • Move again test programs under /usr/lib for rpmlint
File size: 903 bytes
RevLine 
[2202]1AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
2
3## The program
[3144]4mrtestdir = $(pkglibdir)/test
[3131]5mrtest_PROGRAMS = mrtest_mountlist mrtest_truncname mrtest_stresc
[2204]6mrtest_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
[2209]7mrtest_mountlist_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
[2233]8mrtest_truncname_SOURCES = test-truncname.c ${top_builddir}/src/common/libmondo-string.c
9mrtest_truncname_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
[3111]10mrtest_stresc_SOURCES = test-mr_stresc.c
11mrtest_stresc_LDADD = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
Note: See TracBrowser for help on using the repository browser.