org.guifications.plugins.buddytools: 6830a4e9b074f3d6fcc88bb9efab33df0eadf5a4

rlaager at guifications.org rlaager at guifications.org
Mon Oct 22 00:20:21 CDT 2007


-----------------------------------------------------------------
Revision: 6830a4e9b074f3d6fcc88bb9efab33df0eadf5a4
Ancestor: 6bc5753f073b74266279b39e0c6d51933d3d997b
Author: rlaager at guifications.org
Date: 2006-05-16T15:07:44
Branch: org.guifications.plugins.buddytools

Modified files:
        Makefile

ChangeLog: 

[buddytools @ 16]
Most people do NOT have a gaim2 package, or a ~/.gaim2 so I'm changing GAIM_NAME to be gaim.
-----------------------------------------------------------------
This revision's diffstat output:
 Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- Makefile	24cb8c2f5082c7bf75d00723a95797c314cd9307
+++ Makefile	96007703aff51ccec9a2f2fe888b2e6203c94b35
@@ -15,7 +15,7 @@ CUSTOM_GTK ?= yes
 # For choosing which version to compile against
 # This is name of the pkgconfig file to use
 
-GAIM_NAME ?= gaim2
+GAIM_NAME ?= gaim
 
 # Where to install the modules
 INSTALL_PATH=$(HOME)/.$(GAIM_NAME)/plugins/
@@ -89,3 +89,4 @@ compiletest:
 		make clean ; \
 		make all GAIM_NAME=$$i CUSTOM_GTK=$$j PRIVATE_TZLIB=$$k ; \
 	done ; done ; done
+


More information about the Plugins-commits mailing list