Mercurial > pidgin
annotate src/protocols/trepia/Makefile.am @ 7326:00a9ab26d607
[gaim-migrate @ 7912]
Added an option to remove the formatting toolbar, both globally and on a
per-window basis. Patch by Nathan Fredrickson.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 25 Oct 2003 00:03:13 +0000 |
| parents | bb0160033e50 |
| children | 75733c68479a |
| rev | line source |
|---|---|
| 5730 | 1 pkgdir = $(libdir)/gaim |
| 2 | |
| 3 TREPIASOURCES = \ | |
| 4 profile.c \ | |
| 5 profile.h \ | |
| 6 trepia.c | |
| 7 | |
| 8 AM_CFLAGS = $(st) | |
| 9 | |
| 10 libtrepia_la_LDFLAGS = -module -avoid-version | |
| 11 | |
| 12 if STATIC_TREPIA | |
| 13 | |
| 14 st = -DSTATIC | |
| 15 noinst_LIBRARIES = libtrepia.a | |
| 16 libtrepia_a_SOURCES = $(TREPIASOURCES) | |
| 17 libtrepia_a_CFLAGS = $(AM_CFLAGS) | |
| 18 | |
| 19 else | |
| 20 | |
| 21 st = | |
| 22 pkg_LTLIBRARIES = libtrepia.la | |
| 23 libtrepia_la_SOURCES = $(TREPIASOURCES) | |
| 24 | |
| 25 endif | |
| 26 | |
| 27 AM_CPPFLAGS = \ | |
| 28 -I$(top_srcdir)/src \ | |
|
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6360
diff
changeset
|
29 $(GLIB_CFLAGS) \ |
| 5730 | 30 $(DEBUG_CFLAGS) |
