diff src/liblo-0.26/Makefile.am @ 89:8a15ff55d9af

Add bzip2, zlib, liblo, portaudio sources
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 13:59:52 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/liblo-0.26/Makefile.am	Wed Mar 20 13:59:52 2013 +0000
@@ -0,0 +1,9 @@
+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)