blob: 38c61de87e8a6e80f589fd6ab69b21d10dbe22bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Process this file with automake to produce Makefile.in.
AM_CPPFLAGS = -I$(top_srcdir)
noinst_LTLIBRARIES = libtcaudio.la
libtcaudio_la_SOURCES = \
tcaudio.c
EXTRA_DIST = \
tcaudio.h
|