From: darkcoven Date: Sat, 12 Oct 2013 17:34:30 +0000 (+0200) Subject: Add dissector to dist archive X-Git-Url: https://git.sur5r.net/?p=ngadmin;a=commitdiff_plain;h=fc3cc4d29e8ffed28a7dfd35c9259a175a917885 Add dissector to dist archive --- diff --git a/Makefile.am b/Makefile.am index a759fcd..8afdff7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I . -SUBDIRS = raw lib cli +SUBDIRS = raw lib cli wireshark if ENABLE_SPY SUBDIRS += spy diff --git a/configure.ac b/configure.ac index f30cea7..b501f9c 100644 --- a/configure.ac +++ b/configure.ac @@ -107,6 +107,7 @@ AC_CONFIG_FILES([ raw/include/nsdp/Makefile raw/src/Makefile lib/Makefile + lib/doxyfile lib/include/Makefile lib/src/Makefile lib/src/libngadmin.pc @@ -119,7 +120,7 @@ AC_CONFIG_FILES([ emu/Makefile emu/man/Makefile emu/src/Makefile - lib/doxyfile + wireshark/Makefile ]) AC_OUTPUT diff --git a/wireshark/Makefile.am b/wireshark/Makefile.am new file mode 100644 index 0000000..b78191a --- /dev/null +++ b/wireshark/Makefile.am @@ -0,0 +1,3 @@ + +EXTRA_DIST = nsdp.lua +