Changeset 143

Show
Ignore:
Timestamp:
03/28/06 19:11:29 (3 years ago)
Author:
bonbons
Message:

Added test-tool for CoW

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.4/configure.ac

    r115 r143  
    7777                 src/libvconfig/Makefile 
    7878                 src/tools/Makefile 
     79                 src/test/Makefile 
    7980                 src/Makefile]) 
    8081 
  • branches/1.0.4/etc/Makefile.am

    r115 r143  
    2222                      examples/vservers.rc 
    2323 
    24 EXTRA_DIST = $(nobase_pkgdata_DATA) 
    25  
    26  
    2724pkgconf_DATA = fstab \ 
    2825               mtab \ 
  • branches/1.0.4/src/Makefile.am

    r78 r143  
    1919SUBDIRS = libinternal \ 
    2020          libvconfig \ 
    21           tools 
     21          tools \ 
     22          test 
    2223 
    2324include $(top_srcdir)/m4/pathconfig.am 
  • branches/1.0.4/src/pathconfig.h.in

    r75 r143  
    6161#define _VWAIT __SBINDIR "/vwait" 
    6262#define _XIDOF __SBINDIR "/xidof" 
     63 
     64#define _COW __SBINDIR "/cow"