Fix make clean target to remove generated .c sources
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 9 Apr 2010 13:11:18 +0000 (15:11 +0200)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 23 Apr 2010 12:22:13 +0000 (14:22 +0200)
Makefile.am

index e7d7778..8887f6f 100644 (file)
@@ -44,4 +44,5 @@ status_area_applet_tor_la_LDFLAGS = -module -avoid-version
 ACLOCAL_AMFLAGS = -Im4
 
 CLEANFILES = \
-       ${status_area_applet_tor_SOURCES}
+        src/status-area-applet-tor.c \
+        src/torcontrol.c