This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# configure environment
 | 
			
		||||
#
 | 
			
		||||
TARGET = ad_ff
 | 
			
		||||
TARGET = ad_gk
 | 
			
		||||
include global.mak
 | 
			
		||||
include defaults.$(PLAT)
 | 
			
		||||
include rules.mak
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,15 @@
 | 
			
		||||
LINK = $(CPP) \
 | 
			
		||||
	-Wl,-Bsymbolic \
 | 
			
		||||
	-shared \
 | 
			
		||||
	-Wl \
 | 
			
		||||
	-pthread\
 | 
			
		||||
	-O2 -fno-exceptions -fno-check-new\
 | 
			
		||||
	-Wl,-rpath -Wl,/usr/lib$(ARC) \
 | 
			
		||||
	-L/usr/lib$(ARC) -lpthread -lc -ldl \
 | 
			
		||||
	-L/opt/gnome/lib$(ARC) -lglib-2.0 \
 | 
			
		||||
	-Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \
 | 
			
		||||
	-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \
 | 
			
		||||
	-L$(LIBDIR)$(XTRA)  \
 | 
			
		||||
	$(OBJDIR)*.$(O)
 | 
			
		||||
	 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,2 @@
 | 
			
		||||
OBJS=\
 | 
			
		||||
	Common.$(O) \
 | 
			
		||||
	CryptManager.$(O) \
 | 
			
		||||
	FirefoxPasswordManager.$(O) \
 | 
			
		||||
	ProfileManager.$(O) \
 | 
			
		||||
	SignonManager.$(O) \
 | 
			
		||||
	DataManager.$(O)
 | 
			
		||||
	ad_gk.$(O)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user