view src/liblo-0.26/Makefile.am @ 48:9530b331f8c1

Add Cap'n Proto source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 11:17:01 +0100
parents e13257ea84a4
children
line wrap: on
line source
SUBDIRS = src examples lo build @DOXYGEN@

EXTRA_DIST = libtool ltmain.sh autogen.sh

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = liblo.pc

test: all
	(cd src && make test)