Mercurial > audlegacy
view libaudacious/Makefile.am @ 360:222a0d71cbcf trunk
[svn] - change our slogan to "The future of UNIX multimedia."
- clarify who is developing on 0.2 and who developed on the 0.1 branch.
- extend our copyright to 2006
author | nenolod |
---|---|
date | Fri, 30 Dec 2005 17:39:28 -0800 |
parents | cb178e5ad177 |
children | b65fe3b68300 |
line wrap: on
line source
ACLOCAL_AMFLAGS = -I ../m4 AUTOMAKE_OPTIONS = foreign beepincludedir = $(includedir)/audacious lib_LTLIBRARIES = libaudacious.la libaudacious_la_LDFLAGS = -export-dynamic -version-info $(LIBBEEP_MAJOR_VERSION):$(LIBBEEP_MINOR_VERSION):$(LIBBEEP_MICRO_VERSION) libaudacious_la_LIBADD = \ $(GTK_LIBS) \ $(GCONF_LIBS) \ $(GNOMEVFS_LIBS) INCLUDES = \ $(GTK_CFLAGS) \ $(GCONF_CFLAGS) \ $(GNOMEVFS_CFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/intl if HAVE_GCONF CONF_SRC = configdb_gconf.c else CONF_SRC = configdb_rcfile.c endif if HAVE_GNOME_VFS VFS_SRC = vfs_gnome.c else VFS_SRC = vfs_stdio.c endif libaudacious_la_SOURCES = \ $(CONF_SRC) configdb.h \ rcfile.c rcfile.h \ $(VFS_SRC) vfs.h \ configfile.c \ beepctrl.c beepctrl.h \ dirbrowser.c dirbrowser.h \ util.c util.h \ formatter.c formatter.h \ titlestring.c titlestring.h \ xentry.c xentry.h \ xconvert.c xconvert.h beepinclude_HEADERS = \ vfs.h rcfile.h configdb.h \ configfile.h \ beepctrl.h dirbrowser.h util.h \ formatter.h titlestring.h