Revision: | 1.4 |
Committed: | Wed Feb 19 23:09:48 2003 UTC (21 years, 8 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_4, LIBSTATGRAB_0_3_4, LIBSTATGRAB_0_3_3, LIBSTATGRAB_0_3_2, LIBSTATGRAB_0_3_1, LIBSTATGRAB_0_3, LIBSTATGRAB_0_2 |
Changes since 1.3: | +2 -7 lines |
Log Message: | Created the structure and automake stuff for the source files to be moved to a src subdirectory. This will break things until I repo-move the actual files, which I don't want to do until Pete is happy :-) |
# | Content |
---|---|
1 | # Makefile for libstatgrab |
2 | # http://www.i-scream.org.uk/ |
3 | # $Id: Makefile.am,v 1.3 2003/02/19 20:55:12 tdb Exp $ |
4 | |
5 | AUTOMAKE_OPTIONS = gnu |
6 | |
7 | SUBDIRS = src |
8 | |
9 | ChangeLog: |
10 | cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog |