Mercurial > pidgin.yaz
changeset 14514:bb99380c67c3
[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?)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 11 Sep 2006 01:07:45 +0000 |
parents | 59223d5fb0ad |
children | a8e05cb27456 |
files | libgaim/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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