comparison pidgin/plugins/disco/Makefile.am @ 28304:470507fec7fa

Include Makefile.mingw in the dist.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 18 Aug 2009 18:26:57 +0000
parents bd47fd3f3b6b
children
comparison
equal deleted inserted replaced
28302:62ddff393f6c 28304:470507fec7fa
1 plugindir = $(libdir)/pidgin 1 plugindir = $(libdir)/pidgin
2 2
3 xmppdisco_la_LDFLAGS = -module -avoid-version 3 xmppdisco_la_LDFLAGS = -module -avoid-version
4
5 EXTRA_DIST = \
6 Makefile.mingw
4 7
5 if PLUGINS 8 if PLUGINS
6 9
7 plugin_LTLIBRARIES = xmppdisco.la 10 plugin_LTLIBRARIES = xmppdisco.la
8 11