diff --git a/ChangeLog b/ChangeLog index 7ad46a96d..1b9d63db0 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 352a65feb..c7d31cf3a 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