summaryrefslogtreecommitdiff
path: root/tests/plugins/self-dep/Makefile.am
blob: 28a4c2b1a9b1462f5b93580ae5df006d27e19ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include $(top_srcdir)/tests/Makefile.plugin

AM_CPPFLAGS = \
	-I$(top_srcdir)		\
	$(PEAS_CFLAGS)		\
	$(WARN_CFLAGS)		\
	$(DISABLE_DEPRECATED)

noinst_LTLIBRARIES = libself-dep.la

libself_dep_la_SOURCES = \
	self-dep-plugin.c	\
	self-dep-plugin.h

libself_dep_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS)
libself_dep_la_LIBADD  = \
	$(top_builddir)/libpeas/libpeas-1.0.la	\
	$(PEAS_LIBS)

noinst_PLUGIN = self-dep.plugin

EXTRA_DIST = $(noinst_PLUGIN)