File: Makefile.am

package info (click to toggle)
liblo 0.28-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,968 kB
  • ctags: 1,386
  • sloc: sh: 11,605; ansic: 7,381; cpp: 868; makefile: 144
file content (10 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
libloincludedir = $(includedir)/lo

libloinclude_HEADERS = lo_errors.h lo_lowlevel.h lo_throw.h lo_types.h \
	lo_osc_types.h lo_macros.h lo_cpp.h

nodist_libloinclude_HEADERS = lo.h lo_endian.h

if ENABLE_THREADS
libloinclude_HEADERS += lo_serverthread.h
endif