diff src/modplug/gui/Makefile @ 2014:1ad002ce1bd0

Just a tiny cleanup.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Wed, 10 Oct 2007 11:11:26 +0300
parents 499656950801
children 03a2bb1c521e
line wrap: on
line diff
--- a/src/modplug/gui/Makefile	Wed Oct 10 09:01:48 2007 +0300
+++ b/src/modplug/gui/Makefile	Wed Oct 10 11:11:26 2007 +0300
@@ -1,9 +1,12 @@
-include ../../../extra.mk
+STATIC_LIB_NOINST = libgui.a
 
-STATIC_LIB_NOINST = libgui.a
-SRCS = main.cxx support.cxx interface.cxx callbacks.cxx
+SRCS = main.cxx		\
+       support.cxx	\
+       interface.cxx	\
+       callbacks.cxx
 
 include ../../../buildsys.mk
+include ../../../extra.mk
 
 CFLAGS   += $(PLUGIN_CFLAGS)
 CXXFLAGS += $(PLUGIN_CFLAGS)