summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 75c90b739b3e85b547a2bc4daa1b0b36aa68679c (plain)
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
29
30
31
32
33
34
ACLOCAL_AMFLAGS = -I build

DISTCHECK_CONFIGURE_FLAGS = \
  --disable-silent-rules \
  --enable-gtk-doc \
  $(NULL)

SUBDIRS = ytstenut docs tests examples

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ytstenut-@YTS_API_VERSION@.pc

DISTCLEANFILES = \
  ytstenut.pc \
  ytstenut-@YTS_API_VERSION@.pc \
  $(NULL)

EXTRA_DIST = \
  ytstenut.pc.in \
  $(NULL)

GITIGNOREFILES = \
  aclocal.m4 \
  build \
  config.h.in \
  gtk-doc.make \
  omf.make \
  xmldocs.make \
  $(NULL)

ytstenut-@YTS_API_VERSION@.pc: ytstenut.pc
	$(AM_V_GEN)cp $< $@

-include $(top_srcdir)/git.mk