diff options
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 20e3f5ae16..3a80eb80d4 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -15,6 +15,7 @@ libor_a_SOURCES = \ address.c \ compat.c \ container.c \ + di_ops.c \ log.c \ memarea.c \ mempool.c \ @@ -38,6 +39,7 @@ noinst_HEADERS = \ compat_libevent.h \ container.h \ crypto.h \ + di_ops.h \ ht.h \ memarea.h \ mempool.h \ |