diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-07-04 10:37:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:12 -0500 |
commit | 68b2ba3d2b0d07018e114817c53f414cffe43265 (patch) | |
tree | 91ce51c9a741db6b1ccbbd4797304c4a040a1c89 /source4/heimdal_build/config.mk | |
parent | cf601f71aad8e5007e8ec8ac9b455ccd7bda4432 (diff) | |
download | samba-68b2ba3d2b0d07018e114817c53f414cffe43265.tar.gz samba-68b2ba3d2b0d07018e114817c53f414cffe43265.tar.bz2 samba-68b2ba3d2b0d07018e114817c53f414cffe43265.zip |
r8135: fix the linking on my SuSE 7.3 box
metze
(This used to be commit a2a8aa322d722bd8a1ab672eacfe2f812d621f84)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-rw-r--r-- | source4/heimdal_build/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 8d46c536f1..a66ceea7b0 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -284,7 +284,8 @@ ADD_OBJ_FILES = \ heimdal/lib/roken/vis.o \ heimdal/lib/roken/strlwr.o \ heimdal/lib/roken/strsep_copy.o \ - heimdal/lib/roken/strupr.o + heimdal/lib/roken/strupr.o \ + heimdal/lib/roken/getifaddrs.o NOPROTO = YES # End SUBSYSTEM HEIMDAL_ROKEN ####################### |