diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-19 19:22:56 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-21 14:56:04 +0100 |
commit | 6bf9b9a1642da4f47b69b44ec165beb1df712253 (patch) | |
tree | 459d44681b270bc6d5ce740d7b46591b81c8a810 /extensions | |
parent | 83477e31f5f8d0a27ba9ec5814d44c98e05aa1d2 (diff) |
Remove vestigial handle-leak-debug stuff cargo-culted from telepathy-glib
This is only useful for connection manager executables. The logger isn't
one of those.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 0ef6875..a2e9fcc 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -74,7 +74,7 @@ libtpl_extensions_la_SOURCES = libtpl_extensions_la_LIBADD = libtpl-extensions-convenience.la endif # ENABLE_PUBLIC_EXTENSIONS -AM_CFLAGS = $(ERROR_CFLAGS) @LIBTPL_CFLAGS@ @HANDLE_LEAK_DEBUG_CFLAGS@ +AM_CFLAGS = $(ERROR_CFLAGS) @LIBTPL_CFLAGS@ AM_LDFLAGS = @LIBTPL_LIBS@ # Generated stuff |