Mercurial > pidgin
annotate src/protocols/gg/Makefile.am @ 11851:3bfb2cffcef2
[gaim-migrate @ 14142]
inspired by Richard Stellingwerff's patch 1339606, this workaround for
annoying visible borders on tab close buttons is no longer required with
at least gtk 2.6 (if someone can confirm if it was fixed in 2.4 we could
remove it there too)
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Thu, 27 Oct 2005 15:15:52 +0000 |
| parents | d5599677bf32 |
| children | 41747a38a1a8 |
| rev | line source |
|---|---|
| 11360 | 1 EXTRA_DIST = Makefile.mingw |
| 2393 | 2 |
| 3 pkgdir = $(libdir)/gaim | |
| 4 | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
5 GGSOURCES = \ |
| 11360 | 6 lib/common.c \ |
| 7 lib/dcc.c \ | |
| 8 lib/events.c \ | |
| 9 lib/http.c \ | |
| 10 lib/libgadu.c \ | |
| 11 lib/obsolete.c \ | |
| 12 lib/pubdir.c \ | |
| 13 lib/pubdir50.c \ | |
| 14 lib/compat.h \ | |
| 15 lib/libgadu.h \ | |
|
11366
b96bc81243be
[gaim-migrate @ 13590]
Gary Kramlich <grim@reaperworld.com>
parents:
11360
diff
changeset
|
16 lib/libgadu-config.h \ |
| 11414 | 17 utils.h \ |
| 18 utils.c \ | |
| 19 confer.h \ | |
| 20 confer.c \ | |
| 21 search.h \ | |
| 22 search.c \ | |
| 23 buddylist.h \ | |
| 24 buddylist.c \ | |
| 25 gg.h \ | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
26 gg.c |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
27 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
28 AM_CFLAGS = $(st) |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
29 |
| 10889 | 30 libgg_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
| 2393 | 31 |
| 32 if STATIC_GG | |
| 33 | |
| 8082 | 34 st = -DGAIM_STATIC_PRPL |
| 2393 | 35 noinst_LIBRARIES = libgg.a |
| 11360 | 36 pkg_LTLIBRARIES = |
| 2393 | 37 |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
38 libgg_a_SOURCES = $(GGSOURCES) |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
39 libgg_a_CFLAGS = $(AM_CFLAGS) |
|
3411
5df423e0bca8
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
40 |
| 2393 | 41 else |
| 42 | |
| 43 st = | |
| 44 pkg_LTLIBRARIES = libgg.la | |
| 11360 | 45 noinst_LIBRARIES = |
| 2393 | 46 |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
47 libgg_la_SOURCES = $(GGSOURCES) |
| 2393 | 48 |
| 49 endif | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
50 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
51 AM_CPPFLAGS = \ |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
52 -I$(top_srcdir)/src \ |
| 11360 | 53 -I$(top_srcdir)/src/protocols/gg/lib \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
54 $(DEBUG_CFLAGS) \ |
|
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6360
diff
changeset
|
55 $(GLIB_CFLAGS) |
| 11360 | 56 |
