]> git.proxmox.com Git - mirror_kronosnet.git/commitdiff
Integrate it all with build
authorFabio M. Di Nitto <fdinitto@redhat.com>
Sun, 6 Nov 2016 08:03:34 +0000 (09:03 +0100)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Sun, 6 Nov 2016 08:03:34 +0000 (09:03 +0100)
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Makefile.am
configure.ac
poc-code/Makefile.am [new file with mode: 0644]
poc-code/access-list/Makefile.am
poc-code/iov-enc/Makefile.am

index 590a16f0e6e5d1f5e0455a0e085e9bd19b3cecda..58d4cf24f21334745ee6f05a4ee13ced630e0b15 100644 (file)
@@ -30,7 +30,7 @@ EXTRA_DIST            = build-aux autogen.sh .version \
                          debian $(DEBCHANGELOG) $(DEBPOSTINST) \
                          $(SPEC) $(SPEC).in
 
-SUBDIRS                        = init libtap common libknet kronosnetd
+SUBDIRS                        = init libtap common libknet kronosnetd poc-code
 
 if BUILD_DOCS
 SUBDIRS                        += docs
index 91d6f0bdbca0d6daec54354bc63aa0fae3759c4c..2211c45e4b0e2fa42cf4fd65caa091d11bf0de76 100644 (file)
@@ -375,6 +375,7 @@ AC_CONFIG_FILES([
                libknet/libknet.pc
                libknet/tests/Makefile
                docs/Makefile
+               poc-code/Makefile
                poc-code/iov-enc/Makefile
                poc-code/access-list/Makefile
                ])
diff --git a/poc-code/Makefile.am b/poc-code/Makefile.am
new file mode 100644 (file)
index 0000000..a82a78a
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Copyright (C) 2016 Red Hat, Inc.  All rights reserved.
+#
+# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
+#
+# This software licensed under GPL-2.0+, LGPL-2.0+
+#
+
+MAINTAINERCLEANFILES   = Makefile.in
+
+include $(top_srcdir)/build-aux/check.mk
+
+SUBDIRS                        = access-list iov-enc
index a5f56c817b24cf8ebdc4377d94b669461b0ced46..ba1ccc7d9963c7bcdf01d04c72101b1e6d14b154 100644 (file)
@@ -1,6 +1,15 @@
+#
+# Copyright (C) 2016 Red Hat, Inc.  All rights reserved.
+#
+# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
+#
+# This software licensed under GPL-2.0+, LGPL-2.0+
+#
 
 MAINTAINERCLEANFILES   = Makefile.in
 
+include $(top_srcdir)/build-aux/check.mk
+
 EXTRA_DIST             = test_ipcheck.txt
 
 noinst_PROGRAMS                = test_ipcheck
index 78457be35f3266e184b370eb608519c615d5cb8b..ad8c671d96178cdbefd1a1a00734da14995e901d 100644 (file)
@@ -1,6 +1,15 @@
+#
+# Copyright (C) 2016 Red Hat, Inc.  All rights reserved.
+#
+# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
+#
+# This software licensed under GPL-2.0+, LGPL-2.0+
+#
 
 MAINTAINERCLEANFILES   = Makefile.in
 
+include $(top_srcdir)/build-aux/check.mk
+
 noinst_PROGRAMS                = nss_iov
 
 nss_iov_SOURCES                = main.c