Mercurial > pidgin
annotate src/protocols/msn/Makefile.am @ 3913:419bf1bc8fa2
[gaim-migrate @ 4072]
This should fix the bug where closing the debug window with the "X"
would not uncheck the preference for it.
Previously, it got unchecked then rechecked. The line I'm removing used
to be "misc_options_new ^= OPT_MISC_DEBUG;", which I guess is a hold
over or something of when prefs had that apply button, maybe.
I dunno. I think this should be good...
Roof.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 07 Nov 2002 03:34:46 +0000 |
| parents | 5df423e0bca8 |
| children | 59751fe608c5 |
| rev | line source |
|---|---|
|
2373
84a5ea08545a
[gaim-migrate @ 2386]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2366
diff
changeset
|
1 EXTRA_DIST = PROTOCOL md5.h |
|
2287
1a1d68e12a86
[gaim-migrate @ 2297]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
2 |
| 2086 | 3 pkgdir = $(libdir)/gaim |
| 4 | |
| 5 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
|
2894
44140dae2865
[gaim-migrate @ 2907]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2849
diff
changeset
|
6 libmsn_la_LDFLAGS = -module -avoid-version |
| 2086 | 7 |
| 8 if STATIC_MSN | |
| 9 | |
| 10 st = -DSTATIC | |
| 11 pkg_LTLIBRARIES = | |
| 12 noinst_LIBRARIES = libmsn.a | |
| 13 | |
|
2849
4eb0490f5ff3
[gaim-migrate @ 2862]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2373
diff
changeset
|
14 libmsn_a_SOURCES = msn.c |
| 2086 | 15 |
|
3411
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
16 libmsn_a_CFLAGS = $(AM_CFLAGS) |
|
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
17 |
| 2086 | 18 else |
| 19 | |
| 20 st = | |
| 21 pkg_LTLIBRARIES = libmsn.la | |
| 22 noinst_LIBRARIES = | |
| 23 | |
|
2849
4eb0490f5ff3
[gaim-migrate @ 2862]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2373
diff
changeset
|
24 libmsn_la_SOURCES = msn.c |
| 2086 | 25 |
| 26 endif |
