src/Makefile.am

changeset 13767
295610fdde16
parent 13764
b2c518645e76
child 13808
411ee56da344
--- a/src/Makefile.am	Thu May 11 01:35:30 2006 +0000
+++ b/src/Makefile.am	Thu May 11 17:02:46 2006 +0000
@@ -1,8 +1,8 @@
 EXTRA_DIST = \
 		dbus-analyze-functions.py \
 		dbus-analyze-types.py \
-		gaim-notifications-example.py \
-		gaim-remote.py \
+		gaim-notifications-example \
+		gaim-remote \
 		gaim-send \
 		gaim-send-async \
 		getopt.c \
@@ -228,7 +228,10 @@
 
 # scripts
 
-bin_SCRIPTS = gaim-remote.py gaim-notifications-example.py gaim-send gaim-send-async
+bin_SCRIPTS = gaim-remote gaim-send gaim-send-async
+
+exampledir = $(datadir)/doc/@PACKAGE@/examples
+example_DATA = gaim-notifications-example
 
 endif
 

mercurial