# mod_dvb # ------- # Simple DVB-Streaming via Apache 2.0 # # This work is distributed within the terms of # creative commons attribution-share alike 2.0 germany # # See http://creativecommons.org/licenses/by-sa/2.0/ for more information # # @author Bernd Holzmueller # @revision 05 # @license http://creativecommons.org/licenses/by-sa/2.0/de/ Creative Commons Attribution-Share Alike 2.0 Germany # @homepage http://oss.tiggerswelt.net/mod_dvb/ # @copyright Copyright © 2008 tiggersWelt.net builddir = . top_dir = /var/tiggerisp/apps/apache top_srcdir = ${top_dir} top_builddir = ${top_dir} include ${top_builddir}/build/special.mk APXS = apxs APACHECTL = apachectl EXTRA_CFLAGS = -I$(builddir) all: local-shared-build clean: -rm -f *.o *.lo *.slo *.la