IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4653


Ignore:
Timestamp:
Jul 28, 2005, 3:20:51 PM (21 years ago)
Author:
jhoblitt
Message:

add pkgconfig support

Location:
trunk/Nebulous/nebclient
Files:
1 added
2 edited

Legend:

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

    r4615 r4653  
    11# Copyright (C) 2005  Joshua Hoblitt
    22#
    3 # $Id: Makefile.am,v 1.7 2005-07-27 01:27:03 jhoblitt Exp $
     3# $Id: Makefile.am,v 1.8 2005-07-29 01:20:51 jhoblitt Exp $
    44
    55SUBDIRS = src tests
    66
     7pkgconfigdir = $(libdir)/pkgconfig
     8pkgconfig_DATA= @PACKAGE@.pc
     9
    710EXTRA_DIST = nebulous.wsdl
  • trunk/Nebulous/nebclient/configure.ac

    r4623 r4653  
    11dnl Copyright (C) 2005  Joshua Hoblitt
    22dnl
    3 dnl $Id: configure.ac,v 1.7 2005-07-28 00:59:41 jhoblitt Exp $
     3dnl $Id: configure.ac,v 1.8 2005-07-29 01:20:51 jhoblitt Exp $
    44
    55AC_PREREQ(2.59)
     
    2222AC_CONFIG_FILES([
    2323  Makefile
     24  nebclient.pc
    2425  src/Makefile
    2526  tests/Makefile
Note: See TracChangeset for help on using the changeset viewer.