r11582: r10193@cabra: derrell | 2005-11-08 13:12:39 -0500
authorDerrell Lipman <derrell@samba.org>
Tue, 8 Nov 2005 18:23:47 +0000 (18:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:21 +0000 (11:05 -0500)
 Fixed "clean" target -- bin/libmsrpc.a was not being deleted.

 Jerry, the shared version of libmsrpc is not using a version number.  For consistency, I added LIBMSRPC_MAJOR and LIBMSRPC_MINOR definitions but they are not
 currently being used.  I don't know if the non-use of version is intentional
 or not.

source/Makefile.in

index f6564d7d52888f908e6721a26878065d1b3b412c..b77addfdb01dc73bb76adf2d285cccc0cd031964 100644 (file)
@@ -98,6 +98,10 @@ LIBSMBCLIENT=bin/libsmbclient.a @LIBSMBCLIENT_SHARED@
 LIBSMBCLIENT_MAJOR=0
 LIBSMBCLIENT_MINOR=1
 
+LIBMSRPC=bin/libmsrpc.a @LIBSMBCLIENT_SHARED@
+LIBMSRPC_MAJOR=0
+LIBMSRPC_MINOR=1
+
 LIBSMBSHAREMODES=bin/libsmbsharemodes.a @LIBSMBSHAREMODES_SHARED@
 LIBSMBSHAREMODES_MAJOR=0
 LIBSMBSHAREMODES_MINOR=1
@@ -1523,8 +1527,9 @@ TOPFILES=dynconfig.o dynconfig.@PICSUFFIX@
 
 clean: delheaders python_clean
        -rm -f core */*~ *~ */*.o */*.@PICSUFFIX@ */*.@SHLIBEXT@ \
-               $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) $(TORTURE_PROGS) \
-               $(LIBSMBCLIENT) $(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) .headers.stamp 
+               $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) \
+               $(TORTURE_PROGS) $(LIBSMBCLIENT) $(LIBSMBSHAREMODES) \
+               $(EVERYTHING_PROGS) $(LIBMSRPC) .headers.stamp 
        -rm -rf t_dir
 
 # Making this target will just make sure that the prototype files