Diff between acccac28dbb2b9a026756c4f5634a01065cbc784 and 571e41a19a25f527daad2911f0b4e76a640d6ef4
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +3 | -1 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index ff0df21..7fce2e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,7 +135,9 @@ ell_headers = ell/util.h \
ell/asn1-private.h \
ell/cert-private.h \
ell/pem-private.h \
- ell/uuid.h
+ ell/uuid.h \
+ ell/useful.h \
+ ell/main-private.h
ell_sources = ell/private.h ell/missing.h \
ell/util.c \