Update to upstream 1.0.1
[profile/ivi/gsignond.git] / src / extensions / test / Makefile.am
1 include $(top_srcdir)/common.mk
2 extensions_LTLIBRARIES = libextension-test.la
3
4 libextension_test_la_CPPFLAGS = \
5         -I$(top_builddir) \
6         -I$(top_srcdir)/include \
7         $(GSIGNOND_CFLAGS)
8
9 libextension_test_la_LIBADD = \
10         $(top_builddir)/src/common/libgsignond-common.la \
11         $(GSIGNOND_LIBS) \
12         $(NULL)
13
14 libextension_test_la_SOURCES = \
15     test-access-control-manager.h \
16         test-access-control-manager.c \
17     test-extension.h \
18     test-extension.c \
19     test-secret-storage.h \
20     test-secret-storage.c \
21     test-storage-manager.h \
22     test-storage-manager.c
23
24 libextension_test_la_LDFLAGS = -avoid-version