Contents of /projects/libukcprog/Makefile.am
Parent Directory
|
Revision Log
|
Revision Graph
Revision 1.6 -
(show annotations)
Mon Oct 18 10:37:19 2004 UTC (5 years, 10 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -2 lines
Mon Oct 18 10:37:19 2004 UTC (5 years, 10 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -2 lines
Undo accidental change to AUTOMAKE_OPTIONS.
| 1 | # Makefile for libukcprog |
| 2 | # http://www.i-scream.org/ |
| 3 | # $Id: Makefile.am,v 1.6 2004/10/18 10:37:19 tdb Exp $ |
| 4 | |
| 5 | AUTOMAKE_OPTIONS = foreign |
| 6 | |
| 7 | SUBDIRS = src doc |
| 8 | |
| 9 | ChangeLog: |
| 10 | cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream" -g "-q" > ChangeLog |
| 11 | |
| 12 | EXTRA_DIST = libukcprog.pc.in |
| 13 | |
| 14 | pkgconfigdir = $(libdir)/pkgconfig |
| 15 | pkgconfig_DATA = libukcprog.pc |
| support@i-scream.org | ViewVC Help |
| Powered by ViewVC 1.1.6 |