浏览代码

Compile also the files in parser/sdp

Jan Janak 16 年之前
父节点
当前提交
87ee53fb39
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)