comparison libgaim/Makefile.am @ 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 108ab3e74d51
children 82b59abcaee4
comparison
equal deleted inserted replaced
14513:59223d5fb0ad 14514:bb99380c67c3
185 185
186 gaim-client-example.$(OBJEXT): gaim-client-bindings.h 186 gaim-client-example.$(OBJEXT): gaim-client-bindings.h
187 187
188 # scripts 188 # scripts
189 189
190 bin_SCRIPTS = gaim-remote gaim-send gaim-send-async 190 bin_SCRIPTS = gaim-notifications-example gaim-remote gaim-send gaim-send-async
191
192 exampledir = $(datadir)/doc/@PACKAGE@/examples
193 example_DATA = gaim-notifications-example
194 191
195 endif 192 endif
196 193
197 lib_LTLIBRARIES = libgaim.la $(libgaim_client_lib) 194 lib_LTLIBRARIES = libgaim.la $(libgaim_client_lib)
198 195