File: Makefile.am

package info (click to toggle)
librest 0.7.92-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,080 kB
  • ctags: 1,483
  • sloc: sh: 11,416; ansic: 6,941; makefile: 283; xml: 45
file content (20 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TESTS = proxy proxy-continuous threaded oauth2 xml custom-serialize
# TODO: fix this test case
XFAIL_TESTS = xml

AM_CPPFLAGS = $(SOUP_CFLAGS) -I$(top_srcdir) $(GCOV_CFLAGS)
AM_LDFLAGS = $(SOUP_LIBS) $(GCOV_LDFLAGS) \
	     ../rest/librest-@API_VERSION@.la ../rest-extras/librest-extras-@API_VERSION@.la

check_PROGRAMS = $(TESTS)

proxy_SOURCES = proxy.c
proxy_continuous_SOURCES = proxy-continuous.c
threaded_SOURCES = threaded.c
oauth_SOURCES = oauth.c
oauth_async_SOURCES = oauth-async.c
oauth2_SOURCES = oauth2.c
flickr_SOURCES = flickr.c
lastfm_SOURCES = lastfm.c
xml_SOURCES = xml.c
custom_serialize_SOURCES = custom-serialize.c