big dialogs: set_curosr2 -> set_dlg_cursor.
[elinks.git] / src / protocol / Makefile
blobfe23b2bd38d0cfa7ee3fdc94af3ed5cb0df300e6
1 top_builddir=../..
2 include $(top_builddir)/Makefile.config
4 SUBDIRS-$(CONFIG_BITTORRENT) += bittorrent
5 SUBDIRS-$(CONFIG_FINGER) += finger
6 SUBDIRS-$(CONFIG_FSP) += fsp
7 SUBDIRS-$(CONFIG_FTP) += ftp
8 SUBDIRS-$(CONFIG_GOPHER) += gopher
9 SUBDIRS-$(CONFIG_NNTP) += nntp
10 SUBDIRS-$(CONFIG_SMB) += smb
11 SUBDIRS-$(CONFIG_URI_REWRITE) += rewrite
13 SUBDIRS = auth file http test
15 OBJS-$(CONFIG_DATA) += data.o
17 OBJS = about.o common.o date.o header.o protocol.o proxy.o uri.o user.o
19 include $(top_srcdir)/Makefile.lib