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 (14 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include $(top_srcdir)/tests/Makefile.plugin

SUBDIRS = \
	builtin			\
	has-dep			\
	loadable		\
	self-dep

noinst_PLUGIN = \
	full-info.plugin		\
	min-info.plugin			\
	unavailable.plugin

EXTRA_DIST = $(noinst_PLUGIN)