diff options
author | <robert.mcqueen@collabora.co.uk> | 2005-12-05 13:59:42 +0000 |
---|---|---|
committer | <robert.mcqueen@collabora.co.uk> | 2005-12-05 13:59:42 +0000 |
commit | 10b32cca75b44c8733024182c73f8db7252aad8e (patch) | |
tree | 93cd646bef5ceb983858ce82faf86f4a7c0c4ac0 /Makefile.am | |
parent | 2052aba3b399689fd088b3d8f9cb521dd886cd9e (diff) |
add autofoo, mostly stolen from telepathy-sip :)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 000000000..e97f1db5e --- /dev/null +++ b/Makefile.am @@ -0,0 +1,13 @@ +ACLOCAL_AMFLAGS = -I m4 + +SUBDIRS = \ + src + +DIST_SUBDIRS = \ + m4 \ + tools + +EXTRA_DIST = \ + jabber-connection-manager.xml \ + jabber-connection.xml \ + jabber-im-channel.xml |