comparison libpurple/protocols/simple/Makefile.am @ 28126:88f2822da22b

Fix copy/paste error. Unless this is really the MSN prpl in disguise.
author maiku@pidgin.im
date Fri, 28 Aug 2009 08:40:08 +0000
parents e33a91b8b8f6
children
comparison
equal deleted inserted replaced
28125:7193a541ca83 28126:88f2822da22b
11 11
12 AM_CFLAGS = $(st) 12 AM_CFLAGS = $(st)
13 13
14 libsimple_la_LDFLAGS = -module -avoid-version 14 libsimple_la_LDFLAGS = -module -avoid-version
15 15
16 if STATIC_MSN 16 if STATIC_SIMPLE
17 17
18 st = -DPURPLE_STATIC_PRPL 18 st = -DPURPLE_STATIC_PRPL
19 noinst_LTLIBRARIES = libsimple.la 19 noinst_LTLIBRARIES = libsimple.la
20 libsimple_la_SOURCES = $(SIMPLESOURCES) 20 libsimple_la_SOURCES = $(SIMPLESOURCES)
21 libsimple_la_CFLAGS = $(AM_CFLAGS) 21 libsimple_la_CFLAGS = $(AM_CFLAGS)