mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
1dce587022
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@200 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
11 lines
406 B
Makefile
11 lines
406 B
Makefile
lib_LTLIBRARIES = libvgmstream.la
|
|
|
|
libdir = @plugindir@/@INPUT_PLUGIN_DIR@
|
|
|
|
AM_MAKEFLAGS=-f Makefile.unix
|
|
AM_CFLAGS = -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/in_cube @GTK_CFLAGS@
|
|
AM_LIBS =
|
|
|
|
libvgmstream_la_LDFLAGS = -no-undefined -module -avoid-version -export-symbols-regex get_plugin_info ../src/libvgmstream.la
|
|
libvgmstream_la_SOURCES = main.c data.c gui.c vfs.c settings.c
|