Mercurial > pidgin
annotate src/protocols/trepia/Makefile.am @ 9125:668ffb8fec00
[gaim-migrate @ 9902]
(12:53:05) nosnilmot: LSchiere: not majorly important, but the pref changes
listed in the ChangeLog are out of sync
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sun, 30 May 2004 16:54:40 +0000 |
| parents | 6b1ecf40f3ba |
| children |
| rev | line source |
|---|---|
|
7381
75733c68479a
[gaim-migrate @ 7976]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7254
diff
changeset
|
1 EXTRA_DIST = \ |
|
75733c68479a
[gaim-migrate @ 7976]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7254
diff
changeset
|
2 Makefile.mingw |
|
75733c68479a
[gaim-migrate @ 7976]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7254
diff
changeset
|
3 |
| 5730 | 4 pkgdir = $(libdir)/gaim |
| 5 | |
| 6 TREPIASOURCES = \ | |
| 7 profile.c \ | |
| 8 profile.h \ | |
| 9 trepia.c | |
| 10 | |
| 11 AM_CFLAGS = $(st) | |
| 12 | |
| 13 libtrepia_la_LDFLAGS = -module -avoid-version | |
| 14 | |
| 15 if STATIC_TREPIA | |
| 16 | |
| 8082 | 17 st = -DGAIM_STATIC_PRPL |
| 5730 | 18 noinst_LIBRARIES = libtrepia.a |
| 19 libtrepia_a_SOURCES = $(TREPIASOURCES) | |
| 20 libtrepia_a_CFLAGS = $(AM_CFLAGS) | |
| 21 | |
| 22 else | |
| 23 | |
| 24 st = | |
| 25 pkg_LTLIBRARIES = libtrepia.la | |
| 26 libtrepia_la_SOURCES = $(TREPIASOURCES) | |
| 27 | |
| 28 endif | |
| 29 | |
| 30 AM_CPPFLAGS = \ | |
| 31 -I$(top_srcdir)/src \ | |
|
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6360
diff
changeset
|
32 $(GLIB_CFLAGS) \ |
| 5730 | 33 $(DEBUG_CFLAGS) |
