[go: up one dir, main page]

Menu

[7510ab]: / Makefile.am  Maximize  Restore  History

Download this file

10 lines (6 with data), 175 Bytes

1
2
3
4
5
6
7
8
9
SUBDIRS = src examples lo @DOXYGEN@
EXTRA_DIST = libtool ltmain.sh autogen.sh
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = liblo.pc
test: all
(cd src && make test)