annotate src/liblo-0.26/Makefile.am @ 76:f3731af47c4b

No, that isn't going to end well. Back it out.
author Chris Cannam
date Sat, 16 Feb 2019 18:32:35 +0000
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)