Tue, 17 Jun 2003 18:53:49 +0000
[gaim-migrate @ 6344]
win32 adjustments for header re-org
| 5205 | 1 | plugindir = $(libdir)/gaim |
| 2 | ||
| 3 | perl_la_LDFLAGS = -module -avoid-version $(PERL_LIBS) | |
| 4 | ||
| 5 | plugin_LTLIBRARIES = perl.la | |
| 6 | ||
|
5233
bb9f6f5ccdc7
[gaim-migrate @ 5603]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
7 | perl_la_SOURCES = perl.c |
| 5205 | 8 | |
| 9 | AM_CPPFLAGS = \ | |
| 10 | -I$(top_srcdir)/src \ | |
| 11 | -DVERSION=\"$(VERSION)\" \ | |
| 12 | $(DEBUG_CFLAGS) \ | |
| 13 | $(PLUGIN_CFLAGS) \ | |
| 14 | $(PERL_CFLAGS) |