diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 00:16:52 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 00:16:52 +0100 |
commit | 386042c08547bbe7f0b62ad97cdd8488cc13e97e (patch) | |
tree | 592ee099b5f90ec999a6862ace21fbc7a8d5aa0c /protocols/yahoo/Makefile | |
parent | 0eb971a6d1a996fbb76eae815145a88abebad75d (diff) |
Removing some more cruft now that I've (re)discovered ld garbage collection.
Mostly stuff related to obsolete Y!MSG login obfuscation schemes.
Diffstat (limited to 'protocols/yahoo/Makefile')
-rw-r--r-- | protocols/yahoo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/yahoo/Makefile b/protocols/yahoo/Makefile index b501e030..8ac73e49 100644 --- a/protocols/yahoo/Makefile +++ b/protocols/yahoo/Makefile @@ -12,7 +12,7 @@ _SRCDIR_ := $(_SRCDIR_)protocols/yahoo/ endif # [SH] Program variables -objects = yahoo.o crypt.o libyahoo2.o yahoo_fn.o yahoo_httplib.o yahoo_util.o +objects = yahoo.o libyahoo2.o yahoo_httplib.o yahoo_util.o CFLAGS += -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STRCHR -DHAVE_MEMCPY -DHAVE_GLIB LFLAGS += -r |