Mercurial > audlegacy
view Plugins/Input/cdaudio/Makefile.am @ 105:18fe59468510 trunk
[svn] Use header.game, over header.author, as most SPC files do not contain the composer information.
author | nenolod |
---|---|
date | Wed, 02 Nov 2005 19:33:25 -0800 |
parents | 1f0fbef6be9e |
children |
line wrap: on
line source
cdaudiosources = cdaudio.c \ configure.c \ cdaudio.h \ cdinfo.c \ cdinfo.h \ cddb.c \ cddb.h \ http.c \ http.h if HAVE_CDROM cdaudioltlibs = libcdaudio.la cdaudiobuildsources = $(cdaudiosources) else cdaudioltlibs = cdaudiobuildsources = endif EXTRA_DIST = $(cdaudiosources) lib_LTLIBRARIES = $(cdaudioltlibs) libdir = $(plugindir)/$(INPUT_PLUGIN_DIR) INCLUDES = @GTK_CFLAGS@ @GCONF_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir) -I$(top_srcdir)/Plugins libcdaudio_la_LDFLAGS = @PLUGIN_LDFLAGS@ libcdaudio_la_LIBADD = @GTK_LIBS@ libcdaudio_la_SOURCES = $(cdaudiobuildsources)