Mercurial > pidgin
view plugins/gestures/Makefile.am @ 4586:c7986b4d182a
[gaim-migrate @ 4870]
Matthew Smith (smigs) writes:
"- Some more i18n _() added. (ticker.c, timestamp.c)
- A couple of dialogs given titles (instead of
"Unnamed"). (dialogs.c)
- Lots more files added to POTFILES.in
- I cleaned up the file list in HACKING, removing files
that no longer exist, and changing names/locations for others."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 18 Feb 2003 14:36:15 +0000 |
parents | 16540914c963 |
children | 2e23ccbccdec |
line wrap: on
line source
plugindir = $(libdir)/gaim gestures_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = gestures.la gestures_la_SOURCES = \ gestures.c \ gstroke.h \ gstroke-internal.h \ stroke.c \ stroke-draw.c endif INCLUDES = \ -I$(top_srcdir)/src \ -DVERSION=\"$(VERSION)\" \ -DDATADIR=\"$(datadir)\" \ $(DEBUG_CFLAGS)