view src/Makefile.am @ 315:8550ff69fcc9

Tinkering with autotools
author lost
date Tue, 27 Jan 2009 05:50:02 +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