2010-03-09 Joel Sherrill <joel.sherrilL@oarcorp.com>

* libmisc/Makefile.am: Remove duplicate file from list.
This commit is contained in:
Joel Sherrill
2010-03-09 21:42:15 +00:00
parent e13daed6a1
commit 81ced0e040
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2010-03-09 Joel Sherrill <joel.sherrilL@oarcorp.com>
* libmisc/Makefile.am: Remove duplicate file from list.
2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/ramdisk-config.c: Revert accidental commit.

View File

@@ -138,8 +138,8 @@ libstringto_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/stringto
libstringto_a_SOURCES = stringto/stringtodouble.c stringto/stringtofloat.c \
stringto/stringtoint.c stringto/stringtolong.c stringto/stringtolonglong.c \
stringto/stringtopointer.c stringto/stringtounsignedint.c \
stringto/stringtounsignedchar.c stringto/stringtounsignedint.c \
stringto/stringtounsignedlong.c stringto/stringtounsignedlonglong.c
stringto/stringtounsignedchar.c stringto/stringtounsignedlong.c \
stringto/stringtounsignedlonglong.c
EXTRA_DIST += stringto/stringto_template.h