blob: 0a6ebc978b828d2e87e3607270d8614bb423e043 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ACLOCAL_AMFLAGS = -I config
SUBDIRS = include examples docs tests msc config
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(PACKAGE).pc
EXTRA_DIST = $(PACKAGE).pc.in
DISTCLEANFILES = $(PACKAGE).pc
|