view Output/alsa/Makefile.am @ 15:9780c2671a62 trunk

[svn] Away with the old libmp4v2 that does not work. I have a replacement for thee.
author nenolod
date Mon, 24 Oct 2005 15:05:37 -0700
parents cb178e5ad177
children
line wrap: on
line source

alsasources = \
alsa.c alsa.h \
about.c \
audio.c \
configure.c \
init.c

if HAVE_ALSA

alsaltlibs = libALSA.la
alsabuildsources = $(alsasources)

else

alsaltlibs =
alsabuildsources = 

endif

EXTRA_DIST = $(alsasources)

lib_LTLIBRARIES = $(alsaltlibs)

libdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR)

libALSA_la_LDFLAGS = @PLUGIN_LDFLAGS@
libALSA_la_LIBADD = @GTK_LIBS@ @ALSA_LIBS@
libALSA_la_SOURCES= $(alsabuildsources)
INCLUDES = $(GTK_CFLAGS) $(ALSA_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)