view libaudcore/Makefile.am @ 287:2d919c756941 trunk

[svn] - attach -Iaudacious to libaudcore build crap. - WTF was audacious/util.c doing including lowlevel header sys/ipc.h?!
author nenolod
date Wed, 14 Dec 2005 10:19:49 -0800
parents 72dcd30156ca
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