aboutsummaryrefslogtreecommitdiff
path: root/src/spdy2http/Makefile.am
blob: 4498fba948175c18917e014b0f69685f3a9141de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SUBDIRS  = .

AM_CFLAGS =

if USE_COVERAGE
  AM_CFLAGS += -fprofile-arcs -ftest-coverage
endif

AM_CPPFLAGS = \
 -I$(top_srcdir) \
 -I$(top_srcdir)/src/include \
 -I$(top_srcdir)/src/applicationlayer \
 -DDATA_DIR=\"$(top_srcdir)/src/datadir/\" \
$(LIBCURL_CPPFLAGS)

if !HAVE_W32
PERF_GET_CONCURRENT=perf_get_concurrent
endif

bin_PROGRAMS = \
 microspdy2http

microspdy2http_SOURCES = \
 proxy.c 
microspdy2http_LDADD = \
  $(top_builddir)/src/microspdy/libmicrospdy.la \
 -lssl \
 -lcrypto \
 -lz \
 -ldl \
 -lcurl