Changeset 3614 in MondoRescue for branches/3.2/mondo/test/Makefile.am


Ignore:
Timestamp:
Nov 18, 2016, 5:31:43 PM (7 years ago)
Author:
Bruno Cornec
Message:

mr_strip_spaces now returns a dynamically allocated string

File:
1 edited

Legend:

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

    r3564 r3614  
    44## The program
    55mrtestdir                 = $(pkglibdir)/test
    6 mrtest_PROGRAMS           = mrtest_mountlist mrtest_truncname mrtest_stresc mrtest_str_substitute mrtest_mr_system
     6mrtest_PROGRAMS           = mrtest_mountlist mrtest_truncname mrtest_stresc mrtest_str_substitute mrtest_strip_spaces mrtest_mr_system
    77
    88mrtest_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 ${top_builddir}/src/mondorestore/mondo-rstr-mountlist.c
     
    1818mrtest_str_substitute_LDADD   = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
    1919
     20mrtest_strip_spaces_SOURCES = test-mr_strip_spaces.c
     21mrtest_strip_spaces_LDADD   = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
     22
    2023mrtest_mr_system_SOURCES  = test-mr_system.c
    2124mrtest_mr_system_LDADD    = ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
Note: See TracChangeset for help on using the changeset viewer.