Mercurial > pidgin
diff src/protocols/silc/Makefile.am @ 9905:3547fd2af609
[gaim-migrate @ 10797]
(15:09:36) shx: I've got a doubt... what am I considered in Gaim? a crazy
patch writer?
(15:10:06) LSchiere: of course
(15:10:09) LSchiere: are you not on the list?
(15:10:23) LSchiere: mmm. you aren't. that needs to be fixed
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sat, 28 Aug 2004 19:09:38 +0000 |
| parents | b8138f3959dc |
| children | 2cc05a9e944d |
line wrap: on
line diff
--- a/src/protocols/silc/Makefile.am Sat Aug 28 16:48:47 2004 +0000 +++ b/src/protocols/silc/Makefile.am Sat Aug 28 19:09:38 2004 +0000 @@ -10,7 +10,7 @@ if STATIC_SILC -st = -DGAIM_STATIC_PRPL $(SILC_INCLUDES) +st = -DGAIM_STATIC_PRPL $(SILC_CFLAGS) noinst_LIBRARIES = libsilcgaim.a pkg_LTLIBRARIES = @@ -20,7 +20,7 @@ else -st = $(SILC_INCLUDES) +st = $(SILC_CFLAGS) pkg_LTLIBRARIES = libsilcgaim.la noinst_LIBRARIES =
