summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-03-13 07:05:10 +0000
committerMartin Pool <mbp@samba.org>2003-03-13 07:05:10 +0000
commit593ed8d1d995d4b31b8798367f5a4e963ce2e312 (patch)
treece963ed64a059fef5a6f279a9e8e8ae518b2aa41
parent197f98aededbb456951be2d0d7f8ac587006a60d (diff)
downloadsamba-593ed8d1d995d4b31b8798367f5a4e963ce2e312.tar.gz
samba-593ed8d1d995d4b31b8798367f5a4e963ce2e312.tar.bz2
samba-593ed8d1d995d4b31b8798367f5a4e963ce2e312.zip
Add bin/libbigballofmud.a non-shared library. A bit easier to link to
for testing than the .so. (http://www.laputan.org/mud/mud.html) (This used to be commit 386087d77f836b8133afc977c9c3e8e7845125dc)
-rw-r--r--source3/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 3ae939c4f5..78cd5746a7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -893,6 +893,10 @@ bin/libbigballofmud.@SHLIBEXT@: $(LIBBIGBALLOFMUD_PICOBJS)
$(SHLD) $(LDSHFLAGS) -o $@ $(LIBBIGBALLOFMUD_PICOBJS) $(LIBS) \
@SONAMEFLAG@`basename $@`.$(LIBBIGBALLOFMUD_MAJOR)
+bin/libbigballofmud.a: $(LIBBIGBALLOFMUD_OBJS)
+ @echo Linking bigballofmud non-shared library $@
+ -$(AR) -rc $@ $(LIBBIGBALLOFMUD_OBJS)
+
libsmbclient: bin/libsmbclient.a @LIBSMBCLIENT_SHARED@
bin/librpc_lsarpc.@SHLIBEXT@: $(RPC_LSA_OBJ)