Mercurial > hg-old > index.cgi
diff lwlib/Makefile.am @ 326:2eb058346cad
Added string module and expanded stringlist module
author | lost |
---|---|
date | Sat, 13 Feb 2010 05:21:20 +0000 |
parents | be63116281b0 |
children | c15cca3ae6a2 |
line wrap: on
line diff
--- a/lwlib/Makefile.am Sat Feb 13 05:20:55 2010 +0000 +++ b/lwlib/Makefile.am Sat Feb 13 05:21:20 2010 +0000 @@ -1,3 +1,3 @@ noinst_LIBRARIES = liblw.a -liblw_a_SOURCES = lw_alloc.c lw_stringlist.c -EXTRA_DIST = lw_alloc.h lw_stringlist.h +liblw_a_SOURCES = lw_alloc.c lw_stringlist.c lw_string.c +EXTRA_DIST = lw_alloc.h lw_stringlist.h lw_string.h