diff options
author | Gerald Carter <jerry@samba.org> | 2002-06-26 23:26:10 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-06-26 23:26:10 +0000 |
commit | dd1bd197a36a2094ebd75e524c5c48163e1e2e47 (patch) | |
tree | 1a606952a039220f5e52c6999ca935acf601578a /source3/Makefile.in | |
parent | edb7324a2878d2cab6d779194f082c03430f4ad9 (diff) | |
download | samba-dd1bd197a36a2094ebd75e524c5c48163e1e2e47.tar.gz samba-dd1bd197a36a2094ebd75e524c5c48163e1e2e47.tar.bz2 samba-dd1bd197a36a2094ebd75e524c5c48163e1e2e47.zip |
more merges from SAMBA_2_2
(This used to be commit fea895c5c41d51e6b06f0bcf8e0c95b29df89e76)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 069b4a1af5..844ad5afe0 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -73,6 +73,10 @@ PIDDIR = @piddir@ # man pages language(s) man_langs = "@manlangs@" +LIBSMBCLIENT_MAJOR=0 +LIBSMBCLIENT_MINOR=1 + + FLAGS1 = $(CFLAGS) @FLAGS1@ -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper -I. $(CPPFLAGS) -I$(srcdir) FLAGS2 = FLAGS3 = @@ -103,7 +107,7 @@ LPROGS = $(WINBIND_PAM_PROGS) $(WINBIND_LPROGS) PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/pdbedit bin/smbgroupedit TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest \ bin/locktest2 bin/nsstest -SHLIBS = libsmbclient +SHLIBS = @LIBSMBCLIENT@ SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd \ $(srcdir)/script/findsmb |