Mercurial > pidgin.yaz
comparison libpurple/protocols/myspace/Makefile.am @ 20008:65e12a6f00ca
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Fri, 14 Sep 2007 04:26:52 +0000 |
parents | bddc6a6fddf0 |
children | ba649e93098b |
comparison
equal
deleted
inserted
replaced
20006:6055127a45c2 | 20008:65e12a6f00ca |
---|---|
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 = markup.c \ |
6 markup.h \ | |
7 message.c \ | |
8 message.h \ | |
9 myspace.c \ | |
6 myspace.h \ | 10 myspace.h \ |
7 persist.h \ | 11 persist.h \ |
8 message.c \ | |
9 message.h \ | |
10 zap.c \ | |
11 session.c \ | 12 session.c \ |
12 session.h \ | 13 session.h \ |
13 markup.c \ | |
14 markup.h \ | |
15 user.c \ | 14 user.c \ |
16 user.h | 15 user.h \ |
16 zap.c \ | |
17 zap.h | |
17 | 18 |
18 AM_CFLAGS = $(st) | 19 AM_CFLAGS = $(st) |
19 | 20 |
20 libmyspace_la_LDFLAGS = -module -avoid-version | 21 libmyspace_la_LDFLAGS = -module -avoid-version |
21 | 22 |