summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 10:40:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:43 -0500
commit70b6211c98a15faf95a917b454a5f33961248e88 (patch)
treee4c8335b2d1fbc018a32c1033e4aca48b4dc93ea /source4
parent3549adc7ce0e10fb74e27b5dbdaa66391803abef (diff)
downloadsamba-70b6211c98a15faf95a917b454a5f33961248e88.tar.gz
samba-70b6211c98a15faf95a917b454a5f33961248e88.tar.bz2
samba-70b6211c98a15faf95a917b454a5f33961248e88.zip
r18156: fix platforms that need timegm replacement
(This used to be commit 859fefc3b9d4241c3db2b2642e3340dffd93f1dd)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/replace/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/replace/config.mk b/source4/lib/replace/config.mk
index 49a1e7fe1b..dd338ac305 100644
--- a/source4/lib/replace/config.mk
+++ b/source4/lib/replace/config.mk
@@ -13,7 +13,8 @@ CFLAGS = -Ilib/replace
OBJ_FILES = replace.o \
snprintf.o \
dlfcn.o \
- getpass.o
+ getpass.o \
+ timegm.o
PUBLIC_DEPENDENCIES = REPLACE_READDIR DL
# End SUBSYSTEM LIBREPLACE
##############################