IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2005, 4:35:06 PM (21 years ago)
Author:
jhoblitt
Message:

rename PS::IPP::IData -> Nebulous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/Makefile.am

    r3052 r4440  
    11# Copyright (C) 2005  Joshua Hoblitt
    22#
    3 # $Id: Makefile.am,v 1.3 2005-01-19 00:31:35 jhoblitt Exp $
     3# $Id: Makefile.am,v 1.4 2005-06-30 02:35:06 jhoblitt Exp $
    44
    5 include_HEADERS=idataclient.h
    6 lib_LTLIBRARIES = libidataclient.la
    7 libidataclient_la_LDFLAGS = -release @PACKAGE_VERSION@
    8 libidataclient_la_SOURCES =\
    9     idataclient.h\
    10     idataclient.c\
     5include_HEADERS=nebclient.h
     6lib_LTLIBRARIES = libnebclient.la
     7libnebclient_la_LDFLAGS = -release @PACKAGE_VERSION@
     8libnebclient_la_SOURCES =\
     9    nebclient.h\
     10    nebclient.c\
    1111    xmalloc.h\
    1212    xmalloc.c\
     
    2121bin_PROGRAMS = test
    2222test_SOURCES = test.c
    23 test_LDADD = libidataclient.la
     23test_LDADD = libnebclient.la
Note: See TracChangeset for help on using the changeset viewer.