File: Makefile.am

package info (click to toggle)
alsa-lib 1.0.25-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,824 kB
  • sloc: ansic: 76,035; sh: 9,109; makefile: 691
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
noinst_PROGRAMS = alsalisp

alsalisp_SOURCES = alsalisp.c
alsalisp_LDADD = ../src/libasound.la

all: alsalisp

INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/src/alisp