summaryrefslogtreecommitdiff
path: root/source4/lib/replace/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-04 13:35:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:07 -0500
commitcb962c93737e8d0facdcd26461aaea5062a3b21d (patch)
tree6fc223dfe7588dc0cac138c47346abca481492b8 /source4/lib/replace/Makefile.in
parent73493a095ae4802cd3e1222b22321454db17b988 (diff)
downloadsamba-cb962c93737e8d0facdcd26461aaea5062a3b21d.tar.gz
samba-cb962c93737e8d0facdcd26461aaea5062a3b21d.tar.bz2
samba-cb962c93737e8d0facdcd26461aaea5062a3b21d.zip
r18044: timegm.c needs to be in a separate file
(This used to be commit 3ec1db7bd12cdc233c37f261073a33fc48ecd7ce)
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r--source4/lib/replace/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in
index 1880a122dd..1dbc94341b 100644
--- a/source4/lib/replace/Makefile.in
+++ b/source4/lib/replace/Makefile.in
@@ -11,7 +11,7 @@ INSTALL = @INSTALL@
CFLAGS=-I. -I$(srcdir) @CFLAGS@
-OBJS = dlfcn.o getpass.o replace.o snprintf.o
+OBJS = dlfcn.o getpass.o replace.o snprintf.o timegm.o
all: libreplace.a testsuite