Module: sip-router Branch: master Commit: 87ee53fb39fa1865a161b2efaedb48819f283dc9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=87ee53fb...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Tue Mar 24 20:04:18 2009 +0100
Compile also the files in parser/sdp
---
Makefile.sources | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.sources b/Makefile.sources index d98c4a2..7178f58 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -14,6 +14,7 @@ sources=$(filter-out $(auto_gen), $(wildcard *.c) $(wildcard mem/*.c) \ $(wildcard parser/*.c) $(wildcard parser/digest/*.c) \ $(wildcard parser/contact/*.c) $(wildcard db/*.c) \ + $(wildcard parser/sdp/*.c) \ $(wildcard rand/*.c) $(wildcard rand/isaac/*.c) ) \ $(wildcard cfg/*.c) $(auto_gen) ifeq ($(CORE_TLS), 1)