Mercurial > pidgin
view src/protocols/irc/Makefile.am @ 2254:c0ac78ffe77f
[gaim-migrate @ 2264]
Redid the proxy preferences to look like the rest of the preferences.
Next on the list: Privacy settings.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 10 Sep 2001 05:37:29 +0000 |
| parents | 424a40f12a6c |
| children | 1a1d68e12a86 |
line wrap: on
line source
pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) if STATIC_IRC st = -DSTATIC pkg_LTLIBRARIES = noinst_LIBRARIES = libirc.a libirc_a_SOURCES = irc.c else st = pkg_LTLIBRARIES = libirc.la noinst_LIBRARIES = libirc_la_SOURCES = irc.c endif
