]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
add BSEARCH() macros in obt/bsearch.h that to a binary search on an array, use it...
[chaz/openbox] / Makefile.am
index bcd7ba0c2f8ed0a570753389692818b97f1acb0c..e8d5b462039221f0fe03e4d354468ef045c09716 100644 (file)
@@ -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 \
@@ -135,8 +136,10 @@ obt_libobt_la_SOURCES = \
        obt/mainloop.c \
        obt/xml.h \
        obt/xml.c \
-       obt/ddfile.h \
-       obt/ddfile.c \
+       obt/ddparse.h \
+       obt/ddparse.c \
+       obt/link.h \
+       obt/link.c \
        obt/paths.h \
        obt/paths.c \
        obt/prop.h \
@@ -429,6 +432,7 @@ rrpubinclude_HEADERS = \
        obrender/version.h
 
 obtpubinclude_HEADERS = \
+       obt/link.h \
        obt/display.h \
        obt/keyboard.h \
        obt/mainloop.h \
This page took 0.020652 seconds and 4 git commands to generate.