Revision: | 1.6 |
Committed: | Mon Oct 18 10:37:19 2004 UTC (20 years, 1 month ago) by tdb |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.5: | +2 -2 lines |
Log Message: | Undo accidental change to AUTOMAKE_OPTIONS. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for libukcprog |
2 | tdb | 1.2 | # http://www.i-scream.org/ |
3 | tdb | 1.6 | # $Id: Makefile.am,v 1.5 2004/10/18 10:36:09 tdb Exp $ |
4 | tdb | 1.1 | |
5 | tdb | 1.6 | AUTOMAKE_OPTIONS = foreign |
6 | tdb | 1.1 | |
7 | SUBDIRS = src doc | ||
8 | |||
9 | ChangeLog: | ||
10 | tdb | 1.2 | 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 | tdb | 1.4 | pkgconfigdir = $(libdir)/pkgconfig |
15 | tdb | 1.2 | pkgconfig_DATA = libukcprog.pc |