summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 03:25:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 03:25:06 +0000
commite6505cff1d694b7398a29fd9f074caf762257d70 (patch)
tree45367a2f6f4cae3710a2185e387aad158e28ae35
parent2010-03-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e6505cff1d694b7398a29fd9f074caf762257d70.tar.bz2
Add stringto/stringto_template.h to libstringto_a_SOURCES.
-rw-r--r--cpukit/libmisc/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am
index 90187a15c6..f69c627f48 100644
--- a/cpukit/libmisc/Makefile.am
+++ b/cpukit/libmisc/Makefile.am
@@ -139,9 +139,7 @@ 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/stringtounsignedlong.c \
- stringto/stringtounsignedlonglong.c
-
-EXTRA_DIST += stringto/stringto_template.h
+ stringto/stringtounsignedlonglong.c stringto/stringto_template.h
## fsmount
noinst_LIBRARIES += libfsmount.a