diff options
author | Travis Reitter <treitter@gmail.com> | 2010-03-30 08:45:00 -0700 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-03-30 08:45:00 -0700 |
commit | 9b3ed1a9306af4e1f6f893ea2163f98c926fb9ea (patch) | |
tree | bd8244884413fc446e34d616d02452c14e1d672f /src | |
parent | daa60e413c9f8473b3a92c12dc60f33d54e25342 (diff) | |
download | telepathy-logger-9b3ed1a9306af4e1f6f893ea2163f98c926fb9ea.tar.gz |
Make the extensions library public and perform some minor reorganization.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4e4c194..f51ee70 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,12 +20,10 @@ noinst_PROGRAMS = \ telepathy_logger_LDADD = \ $(top_builddir)/telepathy-logger/libtelepathy-logger.la \ - $(top_builddir)/extensions/libtpl-extensions.la \ $(LIBTPL_LIBS) test_api_LDADD = \ $(top_builddir)/telepathy-logger/libtelepathy-logger.la \ - $(top_builddir)/extensions/libtpl-extensions.la \ $(LIBTPL_LIBS) |