--- projects/libukcprog/Makefile.am 2003/03/29 16:30:31 1.1 +++ projects/libukcprog/Makefile.am 2004/10/18 10:36:09 1.5 @@ -1,10 +1,15 @@ # Makefile for libukcprog -# http://www.i-scream.org.uk/ -# $Id: Makefile.am,v 1.1 2003/03/29 16:30:31 tdb Exp $ +# http://www.i-scream.org/ +# $Id: Makefile.am,v 1.5 2004/10/18 10:36:09 tdb Exp $ -AUTOMAKE_OPTIONS = foreign +AUTOMAKE_OPTIONS = gnu SUBDIRS = src doc ChangeLog: - cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog + cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream" -g "-q" > ChangeLog + +EXTRA_DIST = libukcprog.pc.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libukcprog.pc