blob: 13f3d69ece6684d1b034f5567964950f6477ef3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUBDIRS = lib
if ENABLE_TEST
SUBDIRS += test
endif
include_HEADERS = include/librefop.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = librefop.pc
CLEANFILES = librefop.pc
|