blob: f814f2543ca8bdd1fd9f4c44dc6cf11a9f48218f (
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 .
|