2005-10-20 04:00:35 +02:00
|
|
|
top_builddir=../..
|
|
|
|
|
include $(top_builddir)/Makefile.config
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2005-09-27 22:49:47 +02:00
|
|
|
SUBDIRS-$(CONFIG_BITTORRENT) += bittorrent
|
|
|
|
|
SUBDIRS-$(CONFIG_FINGER) += finger
|
2006-01-16 11:40:13 +01:00
|
|
|
SUBDIRS-$(CONFIG_FSP) += fsp
|
2005-09-27 22:49:47 +02:00
|
|
|
SUBDIRS-$(CONFIG_FTP) += ftp
|
|
|
|
|
SUBDIRS-$(CONFIG_GOPHER) += gopher
|
|
|
|
|
SUBDIRS-$(CONFIG_NNTP) += nntp
|
|
|
|
|
SUBDIRS-$(CONFIG_SMB) += smb
|
|
|
|
|
SUBDIRS-$(CONFIG_URI_REWRITE) += rewrite
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2006-01-30 01:22:31 +01:00
|
|
|
SUBDIRS = auth file http
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2005-09-28 12:38:17 +02:00
|
|
|
OBJS-$(CONFIG_DATA) += data.o
|
2006-01-30 01:22:31 +01:00
|
|
|
|
|
|
|
|
OBJS = about.o common.o date.o header.o protocol.o proxy.o uri.o user.o
|
2005-09-28 12:38:17 +02:00
|
|
|
|
2005-10-20 01:11:47 +02:00
|
|
|
include $(top_srcdir)/Makefile.lib
|