Changeset 71 for trunk/samba/examples


Ignore:
Timestamp:
Sep 13, 2007, 8:44:04 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.26a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/examples/libsmbclient/Makefile

    r39 r71  
    1111CFLAGS = -O0 -g -I$(SAMBA_INCL) $(EXTLIB_INCL) $(DEFS)
    1212
    13 LDFLAGS = -L/usr/local/samba/lib
     13LDFLAGS = -L/usr/local/samba/lib \
     14          -lldap -lkrb5 -lgssapi_krb5
    1415#LIBSMBCLIENT = /usr/local/samba/lib/libsmbclient.so
    1516LIBSMBCLIENT = ../../source/bin/libsmbclient.a -ldl -lresolv
    1617
    1718TESTS=  testsmbc \
    18         tree \
    1919        testacl \
    2020        testacl2 \
     
    2626        testutime \
    2727        testread
     28
     29#       tree \
    2830
    2931all:    $(TESTS) smbsh
     
    3941testacl: testacl.o
    4042        @echo Linking testacl
    41         $(CC) `gtk-config --cflags` $(CFLAGS) $(LDFLAGS) -o $@ $< `gtk-config --libs` $(LIBSMBCLIENT) -lpopt
     43        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt
    4244
    4345testacl2: testacl2.o
    4446        @echo Linking testacl2
    45         $(CC) `gtk-config --cflags` $(CFLAGS) $(LDFLAGS) -o $@ $< `gtk-config --libs` $(LIBSMBCLIENT) -lpopt
     47        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBSMBCLIENT) -lpopt
    4648
    4749testbrowse: testbrowse.o
Note: See TracChangeset for help on using the changeset viewer.