Mercurial > audlegacy
view Plugins/Input/musepack/Makefile.am @ 315:3a2771d4140e trunk
[svn] Do not try to grab .rar for unpack & module search, the specs change all the time. Has caused explosions & hangs.
author | chainsaw |
---|---|
date | Sun, 18 Dec 2005 05:30:29 -0800 |
parents | 9b191695629c |
children |
line wrap: on
line source
if ENABLE_MUSEPACK lib_LTLIBRARIES = libmpc.la endif libdir = $(plugindir)/$(INPUT_PLUGIN_DIR) libmpc_la_LIBADD = @GTK_LIBS@ @TAGLIB_LIBS@ libmpc_la_SOURCES = equalizer.cpp libmpc.cpp libmpc_la_LDFLAGS = -lmpcdec -avoid-version noinst_HEADERS = equalizer.h libmpc.h INCLUDES = $(GTK_CFLAGS) $(TAGLIB_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir)