view src/Makefile.am @ 317:171fe09f33bf 1.0

Added autotools files for release
author lost
date Tue, 27 Jan 2009 05:52:38 +0000
parents 8272b46b5a34
children
line wrap: on
line source

bin_PROGRAMS = lwlink lwobjdump
lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c
lwobjdump_SOURCES = objdump.c util.c
EXTRA_DIST = lwlink.h util.h expr.h