blob: e996ab059367154a18058bcd81ae0b7fd578e607 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
ACLOCAL_AMFLAGS = -I build
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docs --disable-silent-rules
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)
ytstenut-@YTS_API_VERSION@.pc: ytstenut.pc
$(AM_V_GEN)cp $< $@
-include $(top_srcdir)/git.mk
|