summaryrefslogtreecommitdiff
path: root/examples/python
diff options
context:
space:
mode:
authorBryan Clark <bclark@redhat.com>2004-08-27 21:00:32 +0000
committerBryan W. Clark <clarkbw@gnome.org>2004-08-27 21:00:32 +0000
commit38c917f59f25285b63e7d8a8ebc2cc7f65c4074e (patch)
tree2ecce943bc1a6537a7e80547b9b1427eaae70ecf /examples/python
parent5c37b80859e4349881722ca83bacb8b6952b7059 (diff)
downloadNetworkManager-38c917f59f25285b63e7d8a8ebc2cc7f65c4074e.tar.gz
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
Diffstat (limited to 'examples/python')
-rw-r--r--examples/python/systray/Makefile2
1 files changed, 1 insertions, 1 deletions
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