wcap: Commit Makefile.am

This commit is contained in:
Kristian Høgsberg 2012-05-25 21:32:58 -04:00
parent bf17130144
commit b2aa91c164
1 changed files with 30 additions and 0 deletions

30
wcap/Makefile.am Normal file
View File

@ -0,0 +1,30 @@
bin_PROGRAMS = wcap-decode wcap-snapshot
wcap_decode_SOURCES = \
args.c \
args.h \
EbmlIDs.h \
EbmlWriter.c \
EbmlWriter.h \
mem_ops_aligned.h \
mem_ops.h \
tools_common.c \
tools_common.h \
vpxenc.c \
vpx_timer.h \
y4minput.c \
y4minput.h \
wcap-decode.c \
wcap-decode.h
wcap_decode_CPPFLAGS = -DCONFIG_VP8_ENCODER=1
wcap_decode_CFLAGS = $(WCAP_CFLAGS)
wcap_decode_LDADD = $(WCAP_LIBS)
wcap_snapshot_SOURCES = \
wcap-snapshot.c \
wcap-decode.c \
wcap-decode.h
wcap_snapshot_CFLAGS = $(WCAP_CFLAGS)
wcap_snapshot_LDADD = $(WCAP_LIBS)