summaryrefslogtreecommitdiff
path: root/examples/libsmbclient/Makefile
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2005-12-06 17:09:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:44 -0500
commit44293df2aeaeccb1e2cca18bb7d61534a5e07b1a (patch)
treed72999c8185bddd4193b606354538459ae76c7bb /examples/libsmbclient/Makefile
parenta2bac34183ce003a194f741c62e69d6674516b07 (diff)
downloadsamba-44293df2aeaeccb1e2cca18bb7d61534a5e07b1a.tar.gz
samba-44293df2aeaeccb1e2cca18bb7d61534a5e07b1a.tar.bz2
samba-44293df2aeaeccb1e2cca18bb7d61534a5e07b1a.zip
r12098: r10797@cabra: derrell | 2005-12-06 12:09:00 -0500
fixed another memory leak and reverted an (incorrect) fix from yesterday (This used to be commit 8a86d7bddc291da094d060fbe185f071ffdbddd8)
Diffstat (limited to 'examples/libsmbclient/Makefile')
-rw-r--r--examples/libsmbclient/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile
index 7e893fd488..c324a578d1 100644
--- a/examples/libsmbclient/Makefile
+++ b/examples/libsmbclient/Makefile
@@ -15,6 +15,7 @@ TESTS= testsmbc \
tree \
testacl \
testbrowse \
+ testbrowse2 \
teststat \
testchmod \
testutime \
@@ -38,6 +39,10 @@ testbrowse: testbrowse.o
@echo Linking testbrowse
@$(CC) $(CFLAGS) $(LDFLAGS) -o $@ -lsmbclient -lpopt $<
+testbrowse2: testbrowse2.o
+ @echo Linking testbrowse2
+ @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ -lsmbclient -lpopt $<
+
teststat: teststat.o
@echo Linking teststat
@$(CC) $(CFLAGS) $(LDFLAGS) -o $@ /usr/local/samba/lib/libsmbclient.so -lpopt $<