commit | ba21b38d0dcd5d1d0f350ba475d57a8d89923e98 | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Sat Apr 13 02:37:32 2013 +0200 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Sat Apr 13 02:37:32 2013 +0200 |
tree | 0f2411436fbb2ff0d5dc67e6ace89c971b1e06c3 | |
parent | 404d37e3b8cc311095e4a578a807064ef07c0b29 [diff] [blame] |
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