diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-02 18:09:37 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-01-02 18:09:37 +0000 |
commit | e33531a7e30226a53c0ff844bb6dadff410f0f65 (patch) | |
tree | d809ec274d7b21fc56a9ac3860b20d1ee3adabaf /Makefile.am | |
parent | 4dc95c5510382a4d08039d27a8f5b779cc5eed2d (diff) |
Add lib directory containing what will become telepathy-glib
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ce972d6db..99b979ec4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src data m4 generate tests +SUBDIRS = lib src data m4 generate tests dist-hook: chmod a+w ${distdir}/ChangeLog |