mod_netconf: notification testing version

- refs #655
diff --git a/src/Makefile.in b/src/Makefile.in
index bbc80db..e899de3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -28,9 +28,12 @@
 LIBS=@LIBS@
 
 SRCS=mod_netconf.c \
+     notification-server.c \
      test-client.c
 
-HDRS=message_type.h
+HDRS=message_type.h \
+     notification_module.h \
+     mod_netconf.h
 
 all: module client