--- 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