about summary refs log tree commit diff
path: root/common.mk
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-04-26 15:21:02 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-04-26 15:21:02 +0000
commite6b5a4e33fac2cbd10969b64afa9d79887dfa754 (patch)
treea8693e0e5fb31d0bd7101f8a75a9eacad4bc9130 /common.mk
parent9cfb6374abbbf3e010ed8b1257ef6ebcc09417d3 (diff)
downloadnetpbm-mirror-e6b5a4e33fac2cbd10969b64afa9d79887dfa754.tar.gz
netpbm-mirror-e6b5a4e33fac2cbd10969b64afa9d79887dfa754.tar.xz
netpbm-mirror-e6b5a4e33fac2cbd10969b64afa9d79887dfa754.zip
Remove vestigial wordint facility
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2968 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index 82f2adc6..e24d8ff3 100644
--- a/common.mk
+++ b/common.mk
@@ -150,10 +150,7 @@ IMPORTINC_LIB_HEADERS := \
 IMPORTINC_LIB_UTIL_HEADERS := \
   bitarith.h bitio.h bitreverse.h filename.h intcode.h floatcode.h io.h \
   matrix.h mallocvar.h \
-  nsleep.h nstring.h pm_c_util.h runlength.h shhopt.h token.h \
-  wordaccess.h  wordaccess_generic.h wordaccess_64_le.h \
-  wordaccess_be_aligned.h wordaccess_be_unaligned.h \
-  wordintclz.h
+  nsleep.h nstring.h pm_c_util.h runlength.h shhopt.h token.h
 
 IMPORTINC_HEADERS := \
   $(IMPORTINC_ROOT_HEADERS) \