pidgin: f7ead586: jabber: Alphabetize the sources in the M...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Fri Nov 27 02:21:03 EST 2009
-----------------------------------------------------------------
Revision: f7ead5868ef258537d84e4d3c48bd353bbc79341
Ancestor: 014a34c771376f772793d9d3584bd557e483a621
Author: darkrain42 at pidgin.im
Date: 2009-11-26T19:47:39
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/f7ead5868ef258537d84e4d3c48bd353bbc79341
Modified files:
libpurple/protocols/jabber/Makefile.am
ChangeLog:
jabber: Alphabetize the sources in the Makefile
Sadly, this has been bugging me for a while...
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/Makefile.am 94e91143750f6fa784291b1a93b1370ed949b7db
+++ libpurple/protocols/jabber/Makefile.am d61f1dcd3d5161bc8a12590ddf89e4f3a787d5c8
@@ -5,12 +5,17 @@ pkgdir = $(libdir)/purple-$(PURPLE_MAJOR
pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
-JABBERSOURCES = auth.c \
+JABBERSOURCES = \
+ adhoccommands.c \
+ adhoccommands.h \
+ auth.c \
auth.h \
buddy.c \
buddy.h \
bosh.c \
bosh.h \
+ caps.c \
+ caps.h \
chat.c \
chat.h \
data.c \
@@ -47,6 +52,8 @@ JABBERSOURCES = auth.c \
oob.h \
parser.c \
parser.h \
+ pep.c \
+ pep.h \
ping.c \
ping.h \
presence.c \
@@ -55,14 +62,6 @@ JABBERSOURCES = auth.c \
roster.h \
si.c \
si.h \
- xdata.c \
- xdata.h \
- caps.c \
- caps.h \
- adhoccommands.c \
- adhoccommands.h \
- pep.c \
- pep.h \
useravatar.c \
useravatar.h \
usermood.c \
@@ -70,7 +69,9 @@ JABBERSOURCES = auth.c \
usernick.c \
usernick.h \
usertune.c \
- usertune.h
+ usertune.h \
+ xdata.c \
+ xdata.h
AM_CFLAGS = $(st)
More information about the Commits
mailing list