File: Makefile.am

package info (click to toggle)
liblo 0.23-2.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,856 kB
  • ctags: 374
  • sloc: sh: 8,666; ansic: 3,466; makefile: 64
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (3)
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)