diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-11-27 00:54:19 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-11-27 00:54:19 -0800 |
commit | 4289caa8e9c4802c307bfb69245d8cad956066db (patch) | |
tree | 18eb149b343aea467202c3b22eb7d2bcf34baba4 /src/Makefile.am | |
parent | 56cab5cdbbec13c52fb238a732568bb02a36f418 (diff) |
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |