diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ SOURCES_linux = ifeel.c PDOBJECTS = ISOdate.pd ISOtime.pd ascii2int.pd autoscale.pd blocksize_in_ms.pd debounce.pd debug.pd embed.pd file_type.pd float2ascii.pd get-audio-dialog.pd get-midi-dialog.pd gid2group_name.pd group_name2gid.pd hostname.pd make-audio-dialog.pd mouse_region.pd noquit.pd pi.pd pointer_position.pd pwm.pd pwm~.pd split_my_msgs.pd square~.pd tcl_version.pd tkconsole.pd tremolo~.pd uid2username.pd username2uid.pd # example patches and related files, in the 'examples' subfolder -EXAMPLES = changing_the_colors.pd move_pd_window.pd cursors.gif +EXAMPLES = changing_the_colors.pd move_pd_window.pd cursor.gif # manuals and related files, in the 'manual' subfolder MANUAL = diff --git a/debian/copyright b/debian/copyright index 1ec50db..630c05a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ Copyright: 2003-2009, Hans-Christoph Steiner 2006, Fredrik Olofsson License: GPL-3+ -Files: example/cursors.gif +Files: example/cursor.gif Copyright: 2005, Stephen O. Lidie License: GPL-1+ |