Browse Source

Compile also the files in parser/sdp

Jan Janak 16 years ago
parent
commit
87ee53fb39
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile.sources

+ 1 - 0
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)