2004-08-27 Bryan Clark <bclark@redhat.com>

* 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
This commit is contained in:
Bryan Clark 2004-08-27 21:00:32 +00:00 committed by Bryan W. Clark
parent 5c37b80859
commit 38c917f59f
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
2004-08-27 Bryan Clark <bclark@redhat.com>
* examples/python/systray/Makefile:
Updated the clean section
* examples/python/systray/trayiconmodule.c:
* examples/python/systray/trayicon.override:
* examples/python/systray/network_tray.py:

View file

@ -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