~jtojnar/libunity/libunity

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUBDIRS =	\
  data \
  protocol \
  src \
  extras \
  loader \
  bindings \
  tools \
  doc \
  examples \
  test \
  vapi \
  po

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = unity.pc unity-protocol-private.pc unity-extras.pc

EXTRA_DIST = \
	autogen.sh \
	unity.pc.in \
	unity-extras.pc.in \
	unity-protocol-private.pc.in

DISTCLEANFILES =

DISTCHECK_CONFIGURE_FLAGS = --enable-introspection

include $(top_srcdir)/Makefile.am.coverage