diff lwlink-old/trunk/src/Makefile.am @ 138:050864a47b38

repo reorg
author lost
date Wed, 28 Jan 2009 05:58:32 +0000
parents lwlink/trunk/src/Makefile.am@b9a3a3867eef
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lwlink-old/trunk/src/Makefile.am	Wed Jan 28 05:58:32 2009 +0000
@@ -0,0 +1,4 @@
+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