Recognizes if input is ogg or not.
[xiph.git] / ao / src / plugins / esd / Makefile.am
blob888a4387c343a61456322ecf26469c43f16ebdc9
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 if HAVE_ESD
7 esdltlibs = libesd.la
8 esdsources = ao_esd.c
10 else
12 esdltlibs =
13 esdsources =
15 endif
17 INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include @ESD_CFLAGS@
19 libdir = $(plugindir)
20 lib_LTLIBRARIES = $(esdltlibs)
22 libesd_la_LDFLAGS = @PLUGIN_LDFLAGS@
23 libesd_la_LIBADD = @ESD_LIBS@
24 libesd_la_SOURCES = $(esdsources)
26 EXTRA_DIST = ao_esd.c