diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 84ac16f..0748e82 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,6 +11,7 @@ ESPIKHEADERS = \ espik_config.h \ espik_common_handler.h \ espik_error.h \ + espik_debug.h \ espik_global.h espik_SOURCES = \ @@ -20,6 +21,7 @@ espik_SOURCES = \ espik_config.c \ espik_common_handler.c \ espik_error.c \ + espik_debug.c \ $(ESPIKHEADERS) espik_LDADD = \ |