# HG changeset patch # User Thomas Butter # Date 1124906456 0 # Node ID 681870123ce37ad6de8687afb1521bdd1433c932 # Parent b0185f9214d3f9b6b519f743e3d0f4bbac1486f3 [gaim-migrate @ 13547] Remain compatible with automake-1.4 committer: Tailor Script diff -r b0185f9214d3 -r 681870123ce3 src/Makefile.am --- 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) \