view src/Makefile.am @ 1:183e7cbc1036

Initial revision
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Jun 2003 10:23:04 +0000
parents
children 5b7009eef767
line wrap: on
line source

# Generated libraries
lib_LTLIBRARIES = libsid.la

# Generals

CFLAGS   = -O2 -W -Wall -I$(top_builddir) -I$(top_srcdir) -I$(includedir) -D_REENTRANT @GTK_CFLAGS@ @SIDPLAY_CFLAGS@ -lstdc++
CXXFLAGS = $(CFLAGS)
LIBS     = -lsidplay

libsid_la_LDFLAGS = -module -avoid-version
libsid_la_LIBADD  = @GTK_LIBS@ @PTHREAD_LIBS@

# Plugin sources
libsid_la_SOURCES =	\
	xmms-sid.cc	\
	xs_init.c	\
	xs_config.c	\
	xs_fileinfo.cc	\
	xs_stil.c	\
	xs_about.c	\
	xmms-sid.h	\
	xmms-sid-logo.xpm