annotate lwlib/Makefile.am @ 329:c15cca3ae6a2

Created first pass of input layer
author lost
date Sun, 28 Feb 2010 05:01:31 +0000
parents 2eb058346cad
children f2173d18c73f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
324
be63116281b0 Created lwlib folder and added first bits to it
lost
parents:
diff changeset
1 noinst_LIBRARIES = liblw.a
329
c15cca3ae6a2 Created first pass of input layer
lost
parents: 326
diff changeset
2 liblw_a_SOURCES = lw_alloc.c lw_stringlist.c lw_string.c lw_stack.c lw_error.c
c15cca3ae6a2 Created first pass of input layer
lost
parents: 326
diff changeset
3 EXTRA_DIST = lw_alloc.h lw_stringlist.h lw_string.h lw_stack.h lw_error.h