summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: 1609ff24cdc51cfc05e0522a735f1e47d14c5eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CPPFLAGS =		\
	-I$(top_srcdir)	\
	-DSRCDIR=\""$(abs_srcdir)"\" \
	-DBUILDDIR=\""$(builddir)"\" \
	$(GLIB_CFLAGS)

LIBS =			\
	$(top_builddir)/libsoup/libsoup-2.4.la \
	$(GLIB_LIBS)

noinst_PROGRAMS =		\
	get			\
	simple-httpd		\
	simple-proxy