File: Makefile.am

package info (click to toggle)
libpeas 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,328 kB
  • sloc: sh: 11,723; ansic: 11,717; makefile: 938; python: 54; xml: 27
file content (20 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include $(top_srcdir)/tests/Makefile.plugin

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

noinst_LTLIBRARIES = libloadable.la

libloadable_la_SOURCES = \
	loadable-plugin.c	\
	loadable-plugin.h

libloadable_la_LDFLAGS = $(TEST_PLUGIN_LIBTOOL_FLAGS)
libloadable_la_LIBADD  = $(PEAS_LIBS)

noinst_PLUGIN = loadable.plugin

EXTRA_DIST = $(noinst_PLUGIN)