Added a Changelog to the tarballs. - susmb - mounting of SMB/CIFS shares via FUSE
 (HTM) git clone git://git.codemadness.org/susmb
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d76ceb802c12bebf03f0e0188c2d9eecf0c62698
 (DIR) parent b7e8cb598ebbf08ff9cbb48ae1976c6b8343e8b8
 (HTM) Author: geoff <devnull@localhost>
       Date:   Thu, 18 May 2006 20:25:36 +0000
       
       Added a Changelog to the tarballs.
       
       Diffstat:
         M Makefile                            |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -32,8 +32,8 @@ LDFLAGS = -L$(SAMBA)/lib
        
        PACKAGES = glib-2.0 libxml-2.0 fuse
        
       -CFLAGS += $(shell pkg-config --cflags $(PACKAGES))
       -LDLIBS += $(shell pkg-config --libs-only-l $(PACKAGES))
       +CFLAGS  += $(shell pkg-config --cflags $(PACKAGES))
       +LDLIBS  += $(shell pkg-config --libs-only-l $(PACKAGES))
        LDFLAGS += $(shell pkg-config --libs-only-L $(PACKAGES))
        
        SOURCES = conffile.c options.c sax.c usmb.c usmb_dir.c usmb_file.c utils.c \
       @@ -77,6 +77,7 @@ tar: VERSION=$(shell grep 'USMB_VERSION[^_]' version.h | sed 's/.*0x//')
        tar: STAGING=/tmp/usmb-$(VERSION)
        tar:
                mkdir $(STAGING)
       +        monotone log > $(STAGING)/Changelog
                cp -a $(PWD)/* $(STAGING)/
                rm -rf $(STAGING)/MT $(STAGING)/.mt-attrs
                (cd $(STAGING)/..; \