Mercurial > audlegacy
view Plugins/Input/cdaudio/Makefile.am @ 361:db298f2d3dd9 trunk
[svn] Detect files by content; remove quick detect.
author | chainsaw |
---|---|
date | Fri, 30 Dec 2005 17:56:32 -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)