annotate src/liblo-0.26/Makefile.am @ 46:efe5b9f38b13

Debug build of Rubber Band Library
author Chris Cannam
date Wed, 19 Oct 2016 17:32:56 +0100
parents e13257ea84a4
children
rev   line source
Chris@4 1 SUBDIRS = src examples lo build @DOXYGEN@
Chris@4 2
Chris@4 3 EXTRA_DIST = libtool ltmain.sh autogen.sh
Chris@4 4
Chris@4 5 pkgconfigdir = $(libdir)/pkgconfig
Chris@4 6 pkgconfig_DATA = liblo.pc
Chris@4 7
Chris@4 8 test: all
Chris@4 9 (cd src && make test)