Author: tridge
Date: 2006-09-06 10:40:36 +0000 (Wed, 06 Sep 2006)
New Revision: 18156

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18156

Log:

fix platforms that need timegm replacement

Modified:
   branches/SAMBA_4_0/source/lib/replace/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/config.mk     2006-09-06 10:34:18 UTC 
(rev 18155)
+++ branches/SAMBA_4_0/source/lib/replace/config.mk     2006-09-06 10:40:36 UTC 
(rev 18156)
@@ -13,7 +13,8 @@
 OBJ_FILES = replace.o \
                snprintf.o \
                dlfcn.o \
-               getpass.o
+               getpass.o \
+               timegm.o
 PUBLIC_DEPENDENCIES = REPLACE_READDIR DL
 # End SUBSYSTEM LIBREPLACE
 ##############################

Reply via email to