changeset 11334:681870123ce3

[gaim-migrate @ 13547] Remain compatible with automake-1.4 committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Wed, 24 Aug 2005 18:00:56 +0000
parents b0185f9214d3
children 59aa7080eb2d
files src/Makefile.am
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Wed Aug 24 17:10:20 2005 +0000
+++ b/src/Makefile.am	Wed Aug 24 18:00:56 2005 +0000
@@ -145,7 +145,6 @@
 	version.h \
 	xmlnode.h
 
-bin_PROGRAMS = gaim gaim-remote
 
 
 if ENABLE_DBUS
@@ -213,7 +212,7 @@
 	$(GTK_LIBS) \
 	$(DBUS_LIBS)
 
-bin_PROGRAMS += gaim-client-example
+gaim_clientbP = gaim-client-example
 
 gaim-client-example.$(OBJEXT): gaim-client-bindings.h 
 
@@ -234,6 +233,8 @@
 
 endif
 
+bin_PROGRAMS = gaim gaim-remote $(gaim_clientbP)
+
 gaim_SOURCES = \
 	$(gaim_coresources) \
 	$(dbus_sources) \