about summary refs log tree commit diff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-01 17:35:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-01 17:35:34 +0000
commitb2cabe67ae053fe2b734c0bbecc434246a9692d5 (patch)
tree9b8e603d6c5e619357005bb6cff1fae2676e043c /lib/Makefile
parentdc2bc8f02a26e970c4862a656ad32fda31aee2df (diff)
downloadnetpbm-mirror-b2cabe67ae053fe2b734c0bbecc434246a9692d5.tar.gz
netpbm-mirror-b2cabe67ae053fe2b734c0bbecc434246a9692d5.tar.xz
netpbm-mirror-b2cabe67ae053fe2b734c0bbecc434246a9692d5.zip
Add sleepN()
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@540 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 34547e7a..99629d19 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -40,7 +40,12 @@ ifneq (${VMS}x,x)
 LIBOBJECTS += libpbmvms.o
 endif
 # Library objects to be linked but not built by Makefile.common:
-LIBOBJECTS_X = util/shhopt.o util/nstring.o util/vasprintf.o util/filename.o
+LIBOBJECTS_X = \
+  util/shhopt.o \
+  util/nstring.o \
+  util/vasprintf.o \
+  util/filename.o \
+  util/nsleep.o \
 
 MANUALS3 = libnetpbm
 MANUALS5 = pbm pgm ppm pnm pam