about summary refs log tree commit diff
path: root/common.mk
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-05-01 02:25:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-05-01 02:25:58 +0000
commit39dd39596b97f09b2e84ed612e60a0402dc3ab41 (patch)
treee244aed80596da9fac78d06db2ed57a5f351fa16 /common.mk
parent76bbc70fe011921c87f3a21a9175152bae293cdf (diff)
downloadnetpbm-mirror-39dd39596b97f09b2e84ed612e60a0402dc3ab41.tar.gz
netpbm-mirror-39dd39596b97f09b2e84ed612e60a0402dc3ab41.tar.xz
netpbm-mirror-39dd39596b97f09b2e84ed612e60a0402dc3ab41.zip
improvements to efficient word access
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@904 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 277c71a9..9e13a7c8 100644
--- a/common.mk
+++ b/common.mk
@@ -125,8 +125,8 @@ IMPORTINC_LIB_HEADERS := \
 IMPORTINC_LIB_UTIL_HEADERS := \
   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 \
+  wordaccess.h wordaccess_64_le.h wordaccess_gcc3_be.h wordaccess_generic.h \
+  wordintclz.h
 
 IMPORTINC_HEADERS := \
   $(IMPORTINC_ROOT_HEADERS) \