summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-03-29 23:21:22 -0400
committerDana Jansens <danakj@orodu.net>2010-03-29 23:24:15 -0400
commit262591ec1adc1badfcb36e9e6876dd81f2df9492 (patch)
tree509d6e55264081d03d76895685ba3b83c1863bfd /Makefile.am
parent3121146eccd031a56d410eb48f3002558f41b40a (diff)
add BSEARCH() macros in obt/bsearch.h that to a binary search on an array, use it when searching for a group in obt_paths_try_exec()
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d919f65b..e8d5b462 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,6 +126,7 @@ obt_libobt_la_LIBADD = \
$(GLIB_LIBS) \
$(XML_LIBS)
obt_libobt_la_SOURCES = \
+ obt/bsearch.h \
obt/display.h \
obt/display.c \
obt/internal.h \