summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
blob: 7f86834771885a64fcbb7de926b2ab30465d387e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TOPDIR = ..

SUBDIRS = \
	utils logger modules url streamhtmlparser libfetch psql sqlite typedetect \
	fetcher textwolf

ifeq ($(WITH_CURL),1)
SUBDIRS += libcurlpp
endif

-include $(TOPDIR)/makefiles/gmake/sub.mk

local_all:

local_clean:

local_distclean: