Introduction
Introduction Statistics Contact Development Disclaimer Help
Added a Changelog to the tarballs. - susmb - mounting of SMB/CIFS shares via FU…
git clone git://git.codemadness.org/susmb
Log
Files
Refs
README
LICENSE
---
commit d76ceb802c12bebf03f0e0188c2d9eecf0c62698
parent b7e8cb598ebbf08ff9cbb48ae1976c6b8343e8b8
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(-)
---
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 …
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)/..; \
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.