annotate Plugins/Input/modplug/gui/Makefile.am @ 416:cb00a4b01302 trunk

[svn] Convert to produce_audio usage.
author chainsaw
date Tue, 10 Jan 2006 16:50:39 -0800
parents 9466f03c92f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
278
37316876ef6e [svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
diff changeset
1 INCLUDES = @GTK_CFLAGS@
37316876ef6e [svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
diff changeset
2
37316876ef6e [svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
diff changeset
3 noinst_LTLIBRARIES = libgui.la
328
9466f03c92f8 [svn] Remove static plugin.h trickery to cure SIGFPE and related madness.
chainsaw
parents: 278
diff changeset
4 libgui_la_LDFLAGS = $(PLUGIN_LDFLAGS)
278
37316876ef6e [svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
diff changeset
5 libgui_la_SOURCES = main.cpp support.cpp interface.cpp callbacks.cpp
37316876ef6e [svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
diff changeset
6
37316876ef6e [svn] Use modplug instead of mikmod. Supports more formats & compressed files.
chainsaw
parents:
diff changeset
7 noinst_HEADERS = callbacks.h interface.h support.h main.h