Mercurial > pidgin
annotate src/protocols/msn/Makefile.am @ 2253:eb4401ac17ed
[gaim-migrate @ 2263]
This is a little more correct. :-p
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 10 Sep 2001 02:23:56 +0000 |
| parents | 424a40f12a6c |
| children | 1a1d68e12a86 |
| rev | line source |
|---|---|
| 2086 | 1 pkgdir = $(libdir)/gaim |
| 2 | |
| 3 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
| 4 | |
| 5 if STATIC_MSN | |
| 6 | |
| 7 st = -DSTATIC | |
| 8 pkg_LTLIBRARIES = | |
| 9 noinst_LIBRARIES = libmsn.a | |
| 10 | |
| 11 libmsn_a_SOURCES = msn.c md5.c md5.h | |
| 12 | |
| 13 else | |
| 14 | |
| 15 st = | |
| 16 pkg_LTLIBRARIES = libmsn.la | |
| 17 noinst_LIBRARIES = | |
| 18 | |
| 19 libmsn_la_SOURCES = msn.c md5.c md5.h | |
| 20 | |
| 21 endif |
