r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqeuent
[ira/wip.git] / examples / libsmbclient / Makefile
index ee117c9fe9231c015c67f8beec11308f87201fbc..d44df77b3fb6711509028f9c8909972db3faff9e 100644 (file)
@@ -17,6 +17,7 @@ LIBSMBCLIENT = ../../source/bin/libsmbclient.a -ldl -lresolv
 TESTS= testsmbc \
        tree \
        testacl \
+       testacl2 \
        testbrowse \
        testbrowse2 \
        teststat \
@@ -39,6 +40,10 @@ testacl: testacl.o
        @echo Linking testacl
        $(CC) `gtk-config --cflags` $(CFLAGS) $(LDFLAGS) -o $@ $< `gtk-config --libs` $(LIBSMBCLIENT) -lpopt
 
+testacl2: testacl2.o
+       @echo Linking testacl2
+       $(CC) `gtk-config --cflags` $(CFLAGS) $(LDFLAGS) -o $@ $< `gtk-config --libs` $(LIBSMBCLIENT) -lpopt
+
 testbrowse: testbrowse.o
        @echo Linking testbrowse
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt