From: <the...@us...> - 2006-09-11 01:07:49
|
Revision: 17234 http://svn.sourceforge.net/gaim/?rev=17234&view=rev Author: thekingant Date: 2006-09-10 18:07:45 -0700 (Sun, 10 Sep 2006) Log Message: ----------- 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?) Modified Paths: -------------- trunk/libgaim/Makefile.am Modified: trunk/libgaim/Makefile.am =================================================================== --- trunk/libgaim/Makefile.am 2006-09-11 00:52:18 UTC (rev 17233) +++ trunk/libgaim/Makefile.am 2006-09-11 01:07:45 UTC (rev 17234) @@ -187,11 +187,8 @@ # scripts -bin_SCRIPTS = gaim-remote gaim-send gaim-send-async +bin_SCRIPTS = gaim-notifications-example gaim-remote gaim-send gaim-send-async -exampledir = $(datadir)/doc/@PACKAGE@/examples -example_DATA = gaim-notifications-example - endif lib_LTLIBRARIES = libgaim.la $(libgaim_client_lib) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |