Explorar o código

Compile also the files in parser/sdp

Jan Janak %!s(int64=16) %!d(string=hai) anos
pai
achega
87ee53fb39
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)