From fc3cc4d29e8ffed28a7dfd35c9259a175a917885 Mon Sep 17 00:00:00 2001 From: darkcoven Date: Sat, 12 Oct 2013 19:34:30 +0200 Subject: [PATCH] Add dissector to dist archive --- Makefile.am | 2 +- configure.ac | 3 ++- wireshark/Makefile.am | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 wireshark/Makefile.am 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 + -- 2.39.2