shithub: aacdec

ref: d4a65c064d3a22ff32764d7d72d5428fed9d6c6a
dir: /frontend/Makefile.am/

View raw version
bin_PROGRAMS = faad

INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
   -I$(top_srcdir)/common/mp4ff

faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
	$(top_builddir)/common/mp4ff/libmp4ff.la

faad_SOURCES = main.c \
	audio.c audio.h \
	$(top_srcdir)/common/faad/getopt.c