]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #625 in SNORT/snort3 from fix_binder_make to master
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Mon, 19 Sep 2016 15:53:57 +0000 (11:53 -0400)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Mon, 19 Sep 2016 15:53:57 +0000 (11:53 -0400)
Squashed commit of the following:

commit 6fbad6a322f0e2f0ba5e77fb1bcf2e59da2e3192
Author: Ed Borgoyn <eborgoyn@cisco.com>
Date:   Mon Sep 19 11:06:56 2016 -0400

    Fixed binder make files to include binder.h

src/network_inspectors/binder/CMakeLists.txt
src/network_inspectors/binder/Makefile.am

index c3a73bb545ca0c5662ac31060926ea98ec3f26bd..5eb80843d31ca8cd665a7f8b82fcc7c203bc016b 100644 (file)
@@ -1,6 +1,7 @@
 
 set(FILE_LIST
     binder.cc
+    binder.h
     binding.h
     bind_module.cc
     bind_module.h
index 67b53ac5135146a86926f85736b4d97b54c7c22d..484d64c7e2d22f6a65fe509bd6e8c748988126c2 100644 (file)
@@ -1,6 +1,7 @@
 
 file_list = \
 binder.cc \
+binder.h \
 binding.h \
 bind_module.cc \
 bind_module.h