This commit is contained in:
Manohar 2006-02-28 11:24:52 +00:00
parent dde3fd2be0
commit b46c01e7ce
3 changed files with 13 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#
# configure environment
#
TARGET = ad_ff
TARGET = ad_gk
include global.mak
include defaults.$(PLAT)
include rules.mak

View File

@ -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)

View File

@ -1,7 +1,2 @@
OBJS=\
Common.$(O) \
CryptManager.$(O) \
FirefoxPasswordManager.$(O) \
ProfileManager.$(O) \
SignonManager.$(O) \
DataManager.$(O)
ad_gk.$(O)