changeset 164:6976daf0eee3

XMMS-related tags were missing from Makefile.am, causing compilation to fail when XMMS libs and headers were not installed in "semi-standard" paths (/usr, /usr/local). Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 11 Aug 2004 02:27:05 +0000
parents 5970faa2530f
children 8713f0017dec
files src/Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Wed Jun 09 00:01:01 2004 +0000
+++ b/src/Makefile.am	Wed Aug 11 02:27:05 2004 +0000
@@ -2,11 +2,11 @@
 lib_LTLIBRARIES = libxmmssid.la
 
 # Generals
-AM_CFLAGS   = -W -Wall -D_REENTRANT @GTK_CFLAGS@ @SIDPLAY1_INCLUDES@ @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@ @NANOSID_INCLUDES@
+AM_CFLAGS   = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_INCLUDES@ @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@ @NANOSID_INCLUDES@
 AM_CXXFLAGS = $(AM_CFLAGS)
 
 libxmmssid_la_LDFLAGS = -module -avoid-version @BUILDERS_LDFLAGS@
-libxmmssid_la_LIBADD  = @GTK_LIBS@ @SIDPLAY1_LDADD@ @SIDPLAY2_LDADD@ @RESID_LDADD@ @HARDSID_LDADD@ @NANOSID_LDADD@ 
+libxmmssid_la_LIBADD  = @XMMS_LIBS@ @SIDPLAY1_LDADD@ @SIDPLAY2_LDADD@ @RESID_LDADD@ @HARDSID_LDADD@ @NANOSID_LDADD@ 
 
 # Plugin sources
 libxmmssid_la_SOURCES =	\