From 38c917f59f25285b63e7d8a8ebc2cc7f65c4074e Mon Sep 17 00:00:00 2001 From: Bryan Clark Date: Fri, 27 Aug 2004 21:00:32 +0000 Subject: [PATCH] 2004-08-27 Bryan Clark * examples/python/systray/Makefile: Updated the clean section git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@95 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 4 ++++ examples/python/systray/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7ad46a96d7..1b9d63db01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-08-27 Bryan Clark + * examples/python/systray/Makefile: + + Updated the clean section + * examples/python/systray/trayiconmodule.c: * examples/python/systray/trayicon.override: * examples/python/systray/network_tray.py: diff --git a/examples/python/systray/Makefile b/examples/python/systray/Makefile index 352a65febf..c7d31cf3a3 100644 --- a/examples/python/systray/Makefile +++ b/examples/python/systray/Makefile @@ -29,6 +29,6 @@ config.h: # A rule to clean the generated files clean: - rm -f trayicon.so *.o trayicon.c trayicon.defs *~ config.h NetworkManager.py + rm -f trayicon.so *.o trayicon.c trayicon.defs *~ config.h NetworkManager.py* .PHONY: clean