Only link against libogg (and libm) if needed
[platform/upstream/flac.git] / src / plugin_xmms / Makefile.am
index 4421e90..ffb76a1 100644 (file)
@@ -1,5 +1,5 @@
 #  libxmms-flac - XMMS FLAC input plugin
-#  Copyright (C) 2000,2001,2002,2003,2004  Josh Coalson
+#  Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009  Josh Coalson
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU General Public License
@@ -11,9 +11,9 @@
 #  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 General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#  You should have received a copy of the GNU General Public License along
+#  with this program; if not, write to the Free Software Foundation, Inc.,
+#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 #
 # GNU makefile
@@ -26,20 +26,18 @@ noinst_HEADERS = \
        charset.h \
        configure.h \
        http.h \
+       locale_hack.h \
        plugin.h \
        tag.h
 
-CFLAGS = @CFLAGS@ @XMMS_CFLAGS@
-INCLUDES = -I$(top_srcdir)/src
+AM_CFLAGS = @OGG_CFLAGS@ @XMMS_CFLAGS@
+AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
 if FLaC__INSTALL_XMMS_PLUGIN_LOCALLY
 xmmsinputplugindir = $(HOME)/.xmms/Plugins
 else
 xmmsinputplugindir = @XMMS_INPUT_PLUGIN_DIR@
 endif
 
-# Don't build a static library
-LIBTOOL = $(top_builddir)/libtool-disable-static
-
 xmmsinputplugin_LTLIBRARIES = libxmms-flac.la
 
 plugin_sources = charset.c configure.c fileinfo.c http.c plugin.c tag.c
@@ -62,5 +60,6 @@ libxmms_flac_la_LIBADD = \
        $(top_builddir)/src/share/utf8/libutf8.la \
        $(top_builddir)/src/libFLAC/libFLAC.la \
        -L$(top_builddir)/src/libFLAC/.libs \
-       @XMMS_LIBS@
+       @XMMS_LIBS@ \
+       @LIBICONV@
 libxmms_flac_la_LDFLAGS = -module -avoid-version