2017-05-01 13:33:45 +02:00
|
|
|
## audacious-vgmstream automake script
|
2017-05-01 11:00:56 +02:00
|
|
|
|
2008-05-18 19:17:49 +02:00
|
|
|
lib_LTLIBRARIES = libvgmstream.la
|
|
|
|
|
|
|
|
libdir = @plugindir@/@INPUT_PLUGIN_DIR@
|
|
|
|
|
2017-05-01 17:08:52 +02:00
|
|
|
AM_MAKEFLAGS=-f Makefile.audacious
|
2017-05-01 13:33:45 +02:00
|
|
|
AM_CXXFLAGS = -DVERSION=\"VGMSTREAM_VERSION\" -Wall -std=c++11 -fpermissive @CXXFLAGS@ -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/ext_includes/ @GTK_CFLAGS@
|
2014-08-10 21:33:01 +02:00
|
|
|
AM_LIBS =
|
2008-05-18 19:17:49 +02:00
|
|
|
|
2017-05-01 13:33:45 +02:00
|
|
|
# sources/headers are updated automatically by ./bootstrap script (not all headers are needed though)
|
2008-05-18 19:17:49 +02:00
|
|
|
libvgmstream_la_LDFLAGS = -no-undefined -module -avoid-version -export-symbols-regex get_plugin_info ../src/libvgmstream.la
|
2017-05-01 13:33:45 +02:00
|
|
|
libvgmstream_la_SOURCES = (auto-updated)
|
|
|
|
EXTRA_DIST = (auto-updated)
|