summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2021-11-02 10:09:36 -0500
committerDenis Kenzior <denkenz@gmail.com>2021-11-02 10:09:46 -0500
commit6ee67e14a69fd90ad6dbb9e06dd2518cba58cfce (patch)
tree0e68f53e6d4a9c730bc1e0bb851ed3341a03eb69
parent52f487c3d609e027f0f5ead32b14de2ec400380d (diff)
downloadofono-6ee67e14a69fd90ad6dbb9e06dd2518cba58cfce.tar.gz
build: Add cleanup.h from ell
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6f6e71ee..2d363465 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,8 @@ ell_headers = ell/util.h \
ell/file.h \
ell/uintset.h \
ell/string.h \
- ell/gpio.h
+ ell/gpio.h \
+ ell/cleanup.h
ell_sources = ell/private.h \
ell/missing.h \