changeset 2548:6d17b2c838df

Removed unused modplug/gui/Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Apr 2008 14:37:27 +0300
parents a4c855226874
children f6efe94f2793
files src/modplug/gui/Makefile
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/modplug/gui/Makefile	Wed Apr 30 13:29:56 2008 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-STATIC_LIB_NOINST = libgui.a
-
-SRCS = main.cxx		\
-       support.cxx	\
-       interface.cxx	\
-       callbacks.cxx
-
-include ../../../buildsys.mk
-include ../../../extra.mk
-
-CFLAGS   += ${PLUGIN_CFLAGS}
-CXXFLAGS += ${PLUGIN_CFLAGS}
-CPPFLAGS += ${MOWGLI_CFLAGS}  ${GTK_CFLAGS} ${GLIB_CFLAGS}  -I../../..