Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename and reorganize repository
  • Loading branch information
John Brooks committed Dec 6, 2012
1 parent 0257fbe commit c791f00
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 24 deletions.
2 changes: 1 addition & 1 deletion org.freedesktop.Telepathy.Client.SaslSignonAuth.service
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=org.freedesktop.Telepathy.Client.SaslSignonAuth
Exec=/usr/libexec/telepathy-sasl-client
Exec=/usr/libexec/telepathy-sasl-signon
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 0 additions & 23 deletions telepathy-sasl-client.pro

This file was deleted.

37 changes: 37 additions & 0 deletions telepathy-sasl-signon.pro
@@ -0,0 +1,37 @@
TEMPLATE = app

CONFIG += link_pkgconfig
PKGCONFIG += libsignon-glib telepathy-glib libaccounts-glib libsoup-2.4

INCLUDEPATH += src

SOURCES += src/empathy-auth-client.c \
src/empathy-auth-factory.c \
src/empathy-server-sasl-handler.c \
src/empathy-server-tls-handler.c \
src/empathy-keyring.c \
src/empathy-uoa-utils.c \
src/empathy-sasl-mechanisms.c

HEADERS += src/empathy-auth-factory.h \
src/empathy-debug.h \
src/empathy-keyring.h \
src/empathy-sasl-mechanisms.h \
src/empathy-server-sasl-handler.h \
src/empathy-server-tls-handler.h \
src/empathy-uoa-utils.h \
src/empathy-utils.h

OTHER_FILES += org.freedesktop.Telepathy.Client.SaslSignonAuth.service \
SaslSignonAuth.client

target.path = /usr/libexec/

service.files = org.freedesktop.Telepathy.Client.SaslSignonAuth.service
service.path = /usr/share/dbus-1/services/

client.files = SaslSignonAuth.client
client.path = /usr/share/telepathy/clients/

INSTALLS += target service client

0 comments on commit c791f00

Please sign in to comment.