summaryrefslogtreecommitdiff
path: root/packages/net/net.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-10-27 14:03:30 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-10-27 14:03:30 +0100
commit5a3bd1d212bda6b4ded5c81949969b37ddc63694 (patch)
treeff51635c25135495092742a0dc6dfc0165f20152 /packages/net/net.mk
parentf14ee043c92b5ab4065e602c9464be9db8878bb6 (diff)
downloadembtoolkit-5a3bd1d212bda6b4ded5c81949969b37ddc63694.tar.gz
embtoolkit-5a3bd1d212bda6b4ded5c81949969b37ddc63694.tar.bz2
embtoolkit-5a3bd1d212bda6b4ded5c81949969b37ddc63694.tar.xz
New package: fcgi: library for fastcgi development
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/net/net.mk')
-rw-r--r--packages/net/net.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/net/net.mk b/packages/net/net.mk
index 904f336..8f7af0f 100644
--- a/packages/net/net.mk
+++ b/packages/net/net.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2012-2013 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,6 +23,10 @@
# \date May 2012
################################################################################
+# fcgi
+include packages/net/fcgi/fcgi.mk
+ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_FCGI) += fcgi_install
+
# Iptables
include packages/net/iptables/iptables.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_IPTABLES) += iptables_install