comparison libpurple/protocols/myspace/Makefile.am @ 16735:52357f6392a4

Add partial implementation of MsimMessage (not used anywhere yet).
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 22 May 2007 06:03:18 +0000
parents ba7d6317da76
children 210f792efd7c
comparison
equal deleted inserted replaced
16734:3f53f8f502b2 16735:52357f6392a4
1 EXTRA_DIST = Makefile.mingw 1 EXTRA_DIST = Makefile.mingw
2 2
3 pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) 3 pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
4 4
5 SOURCES = myspace.c 5 SOURCES = myspace.c message.c
6 6
7 AM_CFLAGS = $(st) 7 AM_CFLAGS = $(st)
8 8
9 libmyspace_la_LDFLAGS = -module -avoid-version 9 libmyspace_la_LDFLAGS = -module -avoid-version
10 10