summaryrefslogtreecommitdiff
path: root/examples/libsmbclient/Makefile
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2004-03-19 17:36:56 +0000
committerRichard Sharpe <sharpe@samba.org>2004-03-19 17:36:56 +0000
commit8d976560e07ccf11ac49926ee742ca41ff77c248 (patch)
tree9370640f26af94aa8ee7b6be1b6a7e59bfef484d /examples/libsmbclient/Makefile
parent14f5ea9965eb1455c25fa80a8e58e31a20ef37b6 (diff)
downloadsamba-8d976560e07ccf11ac49926ee742ca41ff77c248.tar.gz
samba-8d976560e07ccf11ac49926ee742ca41ff77c248.tar.bz2
samba-8d976560e07ccf11ac49926ee742ca41ff77c248.zip
Apply some more of Derrell Lipman's changes.
(This used to be commit a6457e1c817663cf5f3e77e4dd431ac0d9184dc7)
Diffstat (limited to 'examples/libsmbclient/Makefile')
-rw-r--r--examples/libsmbclient/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile
index e7c82a3aee..fcd5ef2900 100644
--- a/examples/libsmbclient/Makefile
+++ b/examples/libsmbclient/Makefile
@@ -10,7 +10,7 @@ CFLAGS = -I$(SAMBA_INCL) $(EXTLIB_INCL)
LDFLAGS = -L/usr/lib
-all: testsmbc tree testacl
+all: testsmbc tree testacl testbrowse
testsmbc: testsmbc.o
@echo Linking testsmbc
@@ -28,5 +28,9 @@ testacl: testacl.o
@echo Linking testacl
@$(CC) `gtk-config --cflags` $(CFLAGS) $(LDFLAGS) -o $@ `gtk-config --libs` -lsmbclient -lpopt $<
+testbrowse: testbrowse.o
+ @echo Linking testbrowse
+ @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ -lsmbclient -lpopt $<
+
clean:
@rm -f *.o *~