You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
AM_CPPFLAGS = -I$(top_srcdir)/libwavformat
|
|
|
|
if HAVE_VISIBILITY
|
|
AM_CFLAGS = -fvisibility=hidden
|
|
endif
|
|
|
|
METASOURCES = AUTO
|
|
bin_PROGRAMS = wavcmp
|
|
wavcmp_SOURCES = wavcmp.c
|
|
wavcmp_LDADD = $(top_builddir)/libwavformat/libwavformat.a
|