IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2007, 1:24:00 PM (19 years ago)
Author:
jhoblitt
Message:

convert tests to use libtap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/configure.ac

    r10633 r12649  
    11dnl Copyright (C) 2005  Joshua Hoblitt
    22dnl
    3 dnl $Id: configure.ac,v 1.12 2006-12-12 00:31:39 jhoblitt Exp $
     3dnl $Id: configure.ac,v 1.13 2007-03-28 23:24:00 jhoblitt Exp $
    44
    55AC_PREREQ(2.59)
     
    77AC_INIT([nebclient], [0.0.3], [jhoblitt@cpan.org])
    88AC_CONFIG_SRCDIR([nebulous.wsdl])
     9
     10dnl this enables the building of libtap
     11AC_CONFIG_SUBDIRS([test/tap])
    912
    1013AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
Note: See TracChangeset for help on using the changeset viewer.