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 /configure.ac | |
parent | 4dc95c5510382a4d08039d27a8f5b779cc5eed2d (diff) |
Add lib directory containing what will become telepathy-glib
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2d809517..24e00b27 100644 --- a/configure.ac +++ b/configure.ac @@ -139,6 +139,7 @@ AC_CHECK_FUNCS(signal) AC_CHECK_HEADERS(signal.h) AC_OUTPUT( Makefile \ + lib/Makefile \ src/Makefile \ m4/Makefile \ data/Makefile \ |