repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-server: Clean up connection tracking functions
[samba4-gss.git]
/
third_party
/
heimdal
/
appl
/
dbutils
/
Makefile.am
blob
a1fc3842a045ff620a6462e2d725137545008635
1
# $Id$
2
3
include $(top_srcdir)/Makefile.am.common
4
5
bin_PROGRAMS = bsearch
6
7
bsearch_SOURCES = bsearch.c
8
9
man_MANS = bsearch.1
10
11
EXTRA_DIST = NTMakefile $(man_MANS)
12
13
LDADD = $(LIB_roken) $(LIB_vers) $(LIB_heimbase)