r12467: r12029@cabra: derrell | 2005-12-24 20:25:59 -0500
[kai/samba.git] / examples / libsmbclient / Makefile
index c324a578d14c81391b7db5f6e5f20c2599b310d8..a88f4a240cd0a44f1b697a18dc926d9255fd63ca 100644 (file)
@@ -17,6 +17,7 @@ TESTS=        testsmbc \
        testbrowse \
        testbrowse2 \
        teststat \
+       teststat2 \
        testchmod \
        testutime \
        testread
@@ -47,6 +48,10 @@ teststat: teststat.o
        @echo Linking teststat
        @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ /usr/local/samba/lib/libsmbclient.so -lpopt $<
 
+teststat2: teststat2.o
+       @echo Linking teststat2
+       @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ /usr/local/samba/lib/libsmbclient.so -lpopt $<
+
 testchmod: testchmod.o
        @echo Linking testchmod
        @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ /usr/local/samba/lib/libsmbclient.so -lpopt $<