Mercurial > pidgin
annotate src/protocols/trepia/Makefile.am @ 7824:1663c076a744
[gaim-migrate @ 8476]
Changes from revo/shx. They're still all #if 0'ed out and what not.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 10 Dec 2003 06:34:11 +0000 |
| parents | 75733c68479a |
| children | 6b1ecf40f3ba |
| 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 | |
| 17 st = -DSTATIC | |
| 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) |
