diff options
author | Günther Deschner <gd@samba.org> | 2008-01-10 11:13:23 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-10 13:02:10 +0100 |
commit | 88d6683872f4bb9c3074280f385f73c7af9de784 (patch) | |
tree | 1664f848f6600ceb8914b6c51053ae7ee09fdeb1 /examples/libsmbclient | |
parent | ee905a085fff5410d02c3e5fa2664e989de4afd4 (diff) | |
download | samba-88d6683872f4bb9c3074280f385f73c7af9de784.tar.gz samba-88d6683872f4bb9c3074280f385f73c7af9de784.tar.xz samba-88d6683872f4bb9c3074280f385f73c7af9de784.zip |
Remove unused string.
Guenther
Diffstat (limited to 'examples/libsmbclient')
-rw-r--r-- | examples/libsmbclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/libsmbclient/Makefile b/examples/libsmbclient/Makefile index be383aea671..6500707e75c 100644 --- a/examples/libsmbclient/Makefile +++ b/examples/libsmbclient/Makefile @@ -5,7 +5,7 @@ SAMBA_INCL = ../../source/include EXTLIB_INCL = -I/usr/include/gtk-1.2 \ -I/usr/include/glib-1.2 \ -I/usr/lib/glib/include - +EXTLIB_INCL = `gtk-config --cflags` DEFS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE CFLAGS = -O0 -g -I$(SAMBA_INCL) $(EXTLIB_INCL) $(DEFS) @@ -13,7 +13,7 @@ CFLAGS = -O0 -g -I$(SAMBA_INCL) $(EXTLIB_INCL) $(DEFS) LDFLAGS = -L/usr/local/samba/lib \ -lldap -lkrb5 -lgssapi_krb5 #LIBSMBCLIENT = /usr/local/samba/lib/libsmbclient.so -LIBSMBCLIENT = ../../source/bin/libsmbclient.a -ldl -lresolv +LIBSMBCLIENT = -lsmbclient -ldl -lresolv TESTS= testsmbc \ testacl \ |