summaryrefslogtreecommitdiff
path: root/tpsip-extensions
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-07 16:35:34 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-07 16:35:34 +0000
commit1658c240ac4537cf1c6537e8b06d866ea26b0010 (patch)
treebc1121ccc24d2a5f5cd07365c2f468b51703fffd /tpsip-extensions
parentfbf2aea948cb52cc4604c295427ca3b404f69c87 (diff)
Fixed the name of the _SOURCES Automake variable for libtpsip-extensions
Diffstat (limited to 'tpsip-extensions')
-rw-r--r--tpsip-extensions/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpsip-extensions/Makefile.am b/tpsip-extensions/Makefile.am
index 355d759..4a93dbf 100644
--- a/tpsip-extensions/Makefile.am
+++ b/tpsip-extensions/Makefile.am
@@ -20,7 +20,7 @@ libtpsip_extensions_la_LIBADD = \
# The client-specific parts are built into a separate .o file, so the linker
# can discard them when linking services. The service-specific parts are
# in svc-*.c, so we don't need an extensions-svc.c.
-libsip_extensions_la_SOURCES = \
+libtpsip_extensions_la_SOURCES = \
extensions.c \
extensions-cli.c \
extensions.h