Index: trunk/magic/remove/src/Makefile.simple
===================================================================
--- trunk/magic/remove/src/Makefile.simple	(revision 21085)
+++ trunk/magic/remove/src/Makefile.simple	(revision 21156)
@@ -6,10 +6,10 @@
 COMMON_OBJECTS = \
 	streaksio.o \
-	streaksutil.o
+	streaksutil.o \
+	streaksastrom.o
 
 REMOVE_OBJECTS=    \
     ${COMMON_OBJECTS} \
     streaksremove.o \
-    streaksastrom.o \
     streaksextern.o \
     warpedpixels.o \
@@ -30,6 +30,6 @@
 STREAKSFLAGS=-DSTREAKS_COMPRESS_OUTPUT=1
 OPTFLAGS= -g
-#CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS}
-CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS}
+CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS} ${STREAKSFLAGS}
+#CFLAGS=`psmodules-config --cflags` -std=gnu99 ${OPTFLAGS}
 LDFLAGS=`psmodules-config --libs`
 
