blob: 60d7781ec99ae05ee6513cb79f236276887bb002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Process this file with automake to produce Makefile.in.
AM_CPPFLAGS = -I$(top_srcdir)
noinst_LTLIBRARIES = libtcvideo.la
libtcvideo_la_SOURCES = \
tcvideo.c \
zoom.c
EXTRA_DIST = \
tcvideo.h \
zoom.h
|