diff src/projectm-1.0/Makefile @ 2406:dff5709d36bf

Reimplement using a GTK+ widget.
author William Pitcock <nenolod@atheme.org>
date Mon, 18 Feb 2008 01:46:46 -0600
parents ace0b59f541a
children c42fa8f89616
line wrap: on
line diff
--- a/src/projectm-1.0/Makefile	Mon Feb 18 00:33:11 2008 -0600
+++ b/src/projectm-1.0/Makefile	Mon Feb 18 01:46:46 2008 -0600
@@ -1,8 +1,7 @@
 PLUGIN = projectm-1.0${PLUGIN_SUFFIX}
 
-SRCS = main.cxx		\
-       ConfigFile.cxx   \
-       main_visplugin.c
+SRCS = gtk_projectm_impl.cxx \
+       main.c
 
 include ../../buildsys.mk
 include ../../extra.mk