Mercurial > audlegacy
view libaudcore/Makefile.am @ 328:9466f03c92f8 trunk
[svn] Remove static plugin.h trickery to cure SIGFPE and related madness.
author | chainsaw |
---|---|
date | Sat, 24 Dec 2005 18:31:05 -0800 |
parents | 2d919c756941 |
children |
line wrap: on
line source
ACLOCAL_AMFLAGS = -I ../m4 AUTOMAKE_OPTIONS = foreign beepincludedir = $(includedir)/audacious lib_LTLIBRARIES = libaudcore.la libaudcore_la_LDFLAGS = -export-dynamic -version-info $(LIBBEEP_MAJOR_VERSION):$(LIBBEEP_MINOR_VERSION):$(LIBBEEP_MICRO_VERSION) libaudcore_la_LIBADD = \ $(GTK_LIBS) \ $(GCONF_LIBS) \ $(GNOMEVFS_LIBS) INCLUDES = \ $(GTK_CFLAGS) \ $(GCONF_CFLAGS) \ $(GNOMEVFS_CFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/intl \ -I$(top_srcdir)/audacious libaudcore_la_SOURCES = \ playback.c playback.h