From: Martin Mares Date: Sun, 28 Oct 2012 19:03:39 +0000 (+0100) Subject: Do not forget to export eltpool.h to public API X-Git-Tag: v5.99~103 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ff024ef68525c123b2cb40b128a3a29d65acb026;p=libucw.git Do not forget to export eltpool.h to public API --- diff --git a/ucw/Makefile b/ucw/Makefile index 7d7b82fe..a09bd1fb 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -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 \