From 4289caa8e9c4802c307bfb69245d8cad956066db Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 27 Nov 2018 00:54:19 -0800 Subject: libix2: pivot from libc to libpad Note that libpad doesn't currently have the fixed size variant, so the pad_get() calls must include the size temporarily. Regardless, I've still utilized three distinct pads for the three object types in preparation for the fixed size variant. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c2387f2..a967254 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,3 @@ noinst_LIBRARIES = libix2.a libix2_a_SOURCES = list.h ix2.c ix2.h +libix2_a_CPPFLAGS = -I@top_srcdir@/libpad/src -- cgit v1.2.3