# $Id$ # # This file is part of gst-pulse. # # gst-pulse is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # gst-pulse is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with gst-pulse; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. modlibexecdir=$(GST_MODDIR) modlibexec_LTLIBRARIES = libgstpulse.la libgstpulse_la_SOURCES = \ plugin.c \ pulsesink.c pulsesink.h \ pulsesrc.c pulsesrc.h \ pulseutil.c pulseutil.h \ pulsemixer.c pulsemixer.h \ pulsemixerctrl.c pulsemixerctrl.h \ pulsemixertrack.c pulsemixertrack.h \ pulseprobe.c pulseprobe.h libgstpulse_la_CFLAGS = $(GST_CFLAGS) $(PULSE_CFLAGS) libgstpulse_la_LIBADD = $(PULSE_LIBS) $(GST_LIBS) -lgstaudio-0.10 libgstpulse_la_LDFLAGS = -avoid-version -module -export-dynamic inspect: gst-inspect-0.10 pulsesink gst-inspect-0.10 pulsesrc gst-inspect-0.10 pulsemixer .PHONY: inspect