annotate src/Makefile.am @ 297:c52ad3135bd3

implement reading files
author lost
date Sun, 18 Jan 2009 04:53:57 +0000
parents 14d835cf02d9
children 96a35a4245f3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
293
f14e82afdac7 created project
lost
parents:
diff changeset
1 bin_PROGRAMS = lwlink
297
c52ad3135bd3 implement reading files
lost
parents: 296
diff changeset
2 lwlink_SOURCES = main.c lwlink.c util.c readfiles.c
296
14d835cf02d9 Handle input files on command line and add some memory management utility functions
lost
parents: 294
diff changeset
3 EXTRA_DIST = lwlink.h util.h