diff options
| author | Owen Fraser-Green <owen@discobabe.net> | 2004-06-10 12:13:39 +0000 | 
|---|---|---|
| committer | Owen Fraser-Green <owen@discobabe.net> | 2004-06-10 12:13:39 +0000 | 
| commit | e7ec62bcb0f5149676bcc7f3ccaea8a06a417665 (patch) | |
| tree | f2e14bdb3a44c5fa1bf8a67734efb3686aa9ecbc /python | |
| parent | 15e3aa925799dbdd6a1f9bacb7790ca473b6c187 (diff) | |
Fixed typo for python/examples make
Diffstat (limited to 'python')
| -rw-r--r-- | python/examples/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am index 4a9b8abc..69d2c67c 100644 --- a/python/examples/Makefile.am +++ b/python/examples/Makefile.am @@ -3,7 +3,7 @@ NULL=  EXTRA_DIST = 			\  	example-service.py 	\  	example-client.py	\ -	example-signal.py	\ +	example-signals.py	\  	gconf-proxy-client.py	\  	gconf-proxy-service.py	\  	gconf-proxy-service2.py	\  | 
