about summary refs log tree commit diff
path: root/common.mk
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-01-24 19:46:36 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-01-24 19:46:36 +0000
commit89d95baa4ba5d1ed74baf4a3556f31e7541604d8 (patch)
treecf1f5c218f8c47d87b930c154de53444e25f4953 /common.mk
parent382f6d31d26c9c319fbedc9d626b6f655acd7177 (diff)
downloadnetpbm-mirror-89d95baa4ba5d1ed74baf4a3556f31e7541604d8.tar.gz
netpbm-mirror-89d95baa4ba5d1ed74baf4a3556f31e7541604d8.tar.xz
netpbm-mirror-89d95baa4ba5d1ed74baf4a3556f31e7541604d8.zip
Add floatcode.h
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@827 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index c69d3d6b..277c71a9 100644
--- a/common.mk
+++ b/common.mk
@@ -123,7 +123,7 @@ IMPORTINC_LIB_HEADERS := \
   pm_gamma.h lum.h dithers.h
 
 IMPORTINC_LIB_UTIL_HEADERS := \
-  bitarith.h bitreverse.h filename.h intcode.h mallocvar.h\
+  bitarith.h bitreverse.h filename.h intcode.h floatcode.h mallocvar.h\
   nsleep.h nstring.h pm_c_util.h shhopt.h \
   wordaccess.h wordaccess_64_le.h wordaccess_gcc3_be.h wordaccess_gcc3_le.h \
   wordaccess_generic.h \