[opengaim-changes] opengaim/src Makefile.am,1.2,1.3
Status: Inactive
Brought to you by:
tvierling
|
From: Todd V. <tvi...@us...> - 2004-04-05 03:31:55
|
Update of /cvsroot/opengaim/opengaim/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14168/src Modified Files: Makefile.am Log Message: OK, name the binary "opengaim". Almost there: pixmaps need to move still. Index: Makefile.am =================================================================== RCS file: /cvsroot/opengaim/opengaim/src/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 5 Apr 2004 03:01:36 -0000 1.2 --- Makefile.am 5 Apr 2004 03:19:21 -0000 1.3 *************** *** 126,131 **** xmlnode.h ! bin_PROGRAMS = gaim gaim-remote ! gaim_SOURCES = \ $(CORESOURCES) \ about.c \ --- 126,131 ---- xmlnode.h ! bin_PROGRAMS = opengaim opengaim-remote ! opengaim_SOURCES = \ $(CORESOURCES) \ about.c \ *************** *** 190,196 **** ui.h ! gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) ! gaim_LDFLAGS = -export-dynamic ! gaim_LDADD = \ @LIBOBJS@ \ $(GTK_LIBS) \ --- 190,196 ---- ui.h ! opengaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) ! opengaim_LDFLAGS = -export-dynamic ! opengaim_LDADD = \ @LIBOBJS@ \ $(GTK_LIBS) \ *************** *** 203,211 **** $(STARTUP_NOTIFICATION_LIBS) ! gaim_remote_SOURCES = \ gaim-remote.c ! gaim_remote_DEPENDENCIES = @LIBOBJS@ ! gaim_remote_LDADD = \ @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) \ $(top_builddir)/plugins/gaim-remote/libgaim-remote.la --- 203,211 ---- $(STARTUP_NOTIFICATION_LIBS) ! opengaim_remote_SOURCES = \ gaim-remote.c ! opengaim_remote_DEPENDENCIES = @LIBOBJS@ ! opengaim_remote_LDADD = \ @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) \ $(top_builddir)/plugins/gaim-remote/libgaim-remote.la |