~ubuntu-branches/ubuntu/breezy/aqsis/breezy

« back to all changes in this revision

Viewing changes to libargparse/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Will Newton
  • Date: 2004-12-07 20:06:49 UTC
  • Revision ID: james.westby@ubuntu.com-20041207200649-fccswkrvp4oc8lmn
Tags: upstream-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AM_YFLAGS=-d
 
2
 
 
3
EXTRA_DIST = libargparse.dsp libargparse.vcproj
 
4
 
 
5
lib_LTLIBRARIES = libargparse.la
 
6
 
 
7
libargparse_la_SOURCES = argparse.cpp argparse.h 
 
8
libargparse_la_LDFLAGS = -lz
 
9
 
 
10
pkginclude_HEADERS = argparse.h
 
11
 
 
12