view Plugins/Input/modplug/gui/Makefile.am @ 328:9466f03c92f8 trunk

[svn] Remove static plugin.h trickery to cure SIGFPE and related madness.
author chainsaw
date Sat, 24 Dec 2005 18:31:05 -0800
parents 37316876ef6e
children
line wrap: on
line source

INCLUDES = @GTK_CFLAGS@

noinst_LTLIBRARIES = libgui.la
libgui_la_LDFLAGS = $(PLUGIN_LDFLAGS)
libgui_la_SOURCES = main.cpp support.cpp interface.cpp callbacks.cpp

noinst_HEADERS = callbacks.h interface.h support.h main.h