summaryrefslogtreecommitdiff
path: root/tests/gobject/src/Makefile.am
blob: 2c13a0d6dda0d9c17bec93b38920179ac75a86b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in

if BUILD_TESTS

noinst_LTLIBRARIES = libtester.la

libtester_la_SOURCES = \
	gobject.c gobject.h \
	giface.c giface.h \
	gtypes.c gtypes.h
#libtester_la_LIBADD = $(TEST_DEPS_LIBS)

AM_CPPFLAGS = $(TEST_DEPS_CFLAGS)

endif

EXTRA_DIST = meson.build

-include $(top_srcdir)/git.mk