r12098: r10797@cabra: derrell | 2005-12-06 12:09:00 -0500
[kai/samba.git] / examples / libsmbclient / Makefile
index 7e893fd4889b681348856b200de11af3748938fa..c324a578d14c81391b7db5f6e5f20c2599b310d8 100644 (file)
@@ -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 $<