missed some of Derrel's changes
[samba.git] / examples / libsmbclient / Makefile
index e7c82a3aee6cab1884fc33585e5a224536e829bc..fcd5ef290030f940ed7de979af8af99ce0ef8340 100644 (file)
@@ -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 *~