# HG changeset patch # User Mark Doliner # Date 1157936865 0 # Node ID a2ed6af6e4bcbd3b52341b28587ff26eb8ba2410 # Parent 09627613e743f631ba75c58345b10c32fe942f93 [gaim-migrate @ 17234] Install gaim-notifications-example in the bin directory instead of a docs directory. Is this a good idea? Maybe we shouldn't install it anywhere (and let rpms and dpkgs put it in the docs directory?) diff -r 09627613e743 -r a2ed6af6e4bc libgaim/Makefile.am --- a/libgaim/Makefile.am Mon Sep 11 00:52:18 2006 +0000 +++ b/libgaim/Makefile.am Mon Sep 11 01:07:45 2006 +0000 @@ -187,10 +187,7 @@ # scripts -bin_SCRIPTS = gaim-remote gaim-send gaim-send-async - -exampledir = $(datadir)/doc/@PACKAGE@/examples -example_DATA = gaim-notifications-example +bin_SCRIPTS = gaim-notifications-example gaim-remote gaim-send gaim-send-async endif