blob: b0ca21497e2e022c4f1889c1395e0beb1e34c342 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUBDIRS = rest rest-extras examples docs tests
%-$(API_VERSION).pc: %.pc
$(AM_V_GEN)cp $< $@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = rest-$(API_VERSION).pc rest-extras-$(API_VERSION).pc
CLEANFILES = $(pkgconfig_DATA)
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
ACLOCAL_AMFLAGS = -I build
|