about summary refs log tree commit diff
path: root/Makefile.common
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-08-13 02:12:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-08-13 02:12:54 +0000
commit518af5469e8cc757e759210d6e906fd0d0ce62e4 (patch)
tree6fbe65347ce61c5e3d3487049e46422650a099d4 /Makefile.common
parent047b52250344ac6e341d4c7b03315bee1b422280 (diff)
downloadnetpbm-mirror-518af5469e8cc757e759210d6e906fd0d0ce62e4.tar.gz
netpbm-mirror-518af5469e8cc757e759210d6e906fd0d0ce62e4.tar.xz
netpbm-mirror-518af5469e8cc757e759210d6e906fd0d0ce62e4.zip
Move bit masking functions to library
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@702 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 22c0eb12..4b99e17a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -124,9 +124,10 @@ IMPORTINC_LIB_HEADERS := \
   pm_gamma.h lum.h
 
 IMPORTINC_LIB_UTIL_HEADERS := \
-  bitreverse.h filename.h mallocvar.h nsleep.h nstring.h pm_c_util.h shhopt.h \
+  bitarith.h bitreverse.h filename.h intcode.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 intcode.h \
+  wordaccess_generic.h \
 
 IMPORTINC_HEADERS := \
   $(IMPORTINC_ROOT_HEADERS) \