Mercurial > pidgin
view plugins/gaim-remote/Makefile.am @ 5992:50624f0d2a25
[gaim-migrate @ 6440]
Mauricio de Lemos Rodrigues Collares Neto added a Portuguese (Brazilian) translation, but i cannot check
that it compiles correctly because gettext 0.12.1 is broken!!! fortunately, it seems my bug report is
being looked at and 0.12.2 might be fixed, whenever that is released.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 02 Jul 2003 15:23:23 +0000 |
parents | d188b000e892 |
children | 2e23ccbccdec |
line wrap: on
line source
grincludedir = $(includedir)/gaim-remote plugindir = $(libdir)/gaim lib_LTLIBRARIES = libgaim-remote.la grinclude_HEADERS = \ remote-socket.h \ remote.h libgaim_remote_la_SOURCES = remote-socket.c gaim_remote_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = gaim-remote.la gaim_remote_la_SOURCES = remote.c gaim_remote_la_LIBADD = -lgaim-remote endif INCLUDES = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/plugins \ -DVERSION=\"$(VERSION)\" \ -DDATADIR=\"$(datadir)\" \ $(DEBUG_CFLAGS)