[opengaim-changes] opengaim/plugins/gaim-remote Makefile.am,1.2,1.3
Status: Inactive
Brought to you by:
tvierling
|
From: Todd V. <tvi...@us...> - 2004-04-19 19:31:41
|
Update of /cvsroot/opengaim/opengaim/plugins/gaim-remote In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22402/plugins/gaim-remote Modified Files: Makefile.am Log Message: gaim -> opengaim Index: Makefile.am =================================================================== RCS file: /cvsroot/opengaim/opengaim/plugins/gaim-remote/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:33 -0000 1.2 --- Makefile.am 19 Apr 2004 19:31:33 -0000 1.3 *************** *** 1,7 **** ! grincludedir = $(includedir)/gaim-remote plugindir = $(libdir)/opengaim ! lib_LTLIBRARIES = libgaim-remote.la grinclude_HEADERS = \ --- 1,7 ---- ! grincludedir = $(includedir)/opengaim-remote plugindir = $(libdir)/opengaim ! lib_LTLIBRARIES = libopengaim-remote.la grinclude_HEADERS = \ *************** *** 9,14 **** remote.h ! libgaim_remote_la_SOURCES = remote-socket.c ! libgaim_remote_la_LIBADD = $(GLIB_LIBS) gaim_remote_la_LDFLAGS = -module -avoid-version --- 9,14 ---- remote.h ! libopengaim_remote_la_SOURCES = remote-socket.c ! libopengaim_remote_la_LIBADD = $(GLIB_LIBS) gaim_remote_la_LDFLAGS = -module -avoid-version *************** *** 19,23 **** gaim_remote_la_SOURCES = remote.c ! gaim_remote_la_LIBADD = libgaim-remote.la $(GLIB_LIBS) endif --- 19,23 ---- gaim_remote_la_SOURCES = remote.c ! gaim_remote_la_LIBADD = libopengaim-remote.la $(GLIB_LIBS) endif |