summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: 800488de0b44d84eca3b8b5f97837bffbab05512 (plain)
1
2
3
4
5
6
7
8
9
10
11
noinst_PROGRAMS = test-raw test-xml test-oauth dump-xml test-flickr test-facebook

AM_CFLAGS = $(GLIB_CFLAGS) $(SOUP_CFLAGS) -I$(top_srcdir)
AM_LDFLAGS = $(GLIB_LIBS) $(SOUP_LIBS) ../rest/librest.la

test_raw_SOURCES = test-raw.c
test_xml_SOURCES = test-xml.c
test_oauth_SOURCES = test-oauth.c
dump_xml_SOURCES = dump-xml.c
test_flickr_SOURCES = test-flickr.c
test_facebook_SOURCES = test-facebook.c