From 665391b5a7a6a10ec84bf042c505776b9a4b039d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 12 Apr 2003 22:55:04 +0000 Subject: *** empty log message *** --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 03882891f..42b2bd0f0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ INCLUDES = \ -DGDK_PIXBUF_DISABLE_DEPRECATED \ -DGNOME_DISABLE_DEPRECATED -bin_PROGRAMS = epiphany +bin_PROGRAMS = epiphany-bin CXXLD = $(CXX) LINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ @@ -39,7 +39,7 @@ else nautilus_view_sources = endif -epiphany_SOURCES = \ +epiphany_bin_SOURCES = \ $(ephy_automation_interface_idl_sources) \ $(nautilus_view_sources) \ appearance-prefs.c \ @@ -92,7 +92,7 @@ epiphany_SOURCES = \ window-commands.c \ window-commands.h -epiphany_LDADD = \ +epiphany_bin_LDADD = \ $(top_builddir)/embed/libephyembed.la \ $(top_builddir)/lib/libephy.la \ $(top_builddir)/src/bookmarks/libephybookmarks.la \ -- cgit