diff inkscape/firefox/template/textmenu/Makefile @ 376:7d244a85dd68

Change the screen layout to make it more like an usual IDE.
author wycc
date Sat, 04 Apr 2009 06:12:10 +0800
parents 3d21115297ba
children
line wrap: on
line diff
--- a/inkscape/firefox/template/textmenu/Makefile	Tue Mar 17 08:31:04 2009 +0800
+++ b/inkscape/firefox/template/textmenu/Makefile	Sat Apr 04 06:12:10 2009 +0800
@@ -1,4 +1,4 @@
-SRC=main.c %f.c
+SRC=main.c %n.c
 OBJ=$(SRC:.c=.o)
 CFLAGS+=`pkg-config --cflags libmbfly` `pkg-config --cflags pangocairo` 
 LDFLAGS=`pkg-config --libs libmbfly`