]> mj.ucw.cz Git - libucw.git/commitdiff
Do not forget to export eltpool.h to public API
authorMartin Mares <mj@ucw.cz>
Sun, 28 Oct 2012 19:03:39 +0000 (20:03 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 28 Oct 2012 19:03:39 +0000 (20:03 +0100)
ucw/Makefile

index 7d7b82fedcd5c1aa5693d609604f8bc63638d4cd..a09bd1fbdf09f6ef7d63b6cfee697a5ea057b810 100644 (file)
@@ -39,7 +39,7 @@ LIBUCW_MODS= \
 
 LIBUCW_MAIN_INCLUDES= \
        lib.h log.h threads.h time.h \
-       mempool.h \
+       mempool.h eltpool.h \
        clists.h slists.h simple-lists.h \
        string.h stkstring.h unicode.h chartype.h regex.h \
        wildmatch.h \