Skip to content

Commit

Permalink
Makefile.sources: added core/utils/ folder for core files
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 21, 2020
1 parent a78691f commit 70c42c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.sources
Expand Up @@ -16,7 +16,7 @@ sources=$(filter-out $(auto_gen), $(wildcard *.c) \
$(wildcard core/parser/contact/*.c) $(wildcard core/parser/sdp/*.c) \
$(wildcard core/rand/*.c) $(wildcard core/rand/isaac/*.c) ) \
$(wildcard core/rand/fortuna/*.c) $(wildcard core/crypto/*.c) \
$(wildcard core/cfg/*.c) $(auto_gen)
$(wildcard core/cfg/*.c) $(wildcard core/utils/*.c) $(auto_gen)
ifeq ($(CORE_TLS), 1)
sources+= $(wildcard tls/*.c)
endif
Expand Down

0 comments on commit 70c42c1

Please sign in to comment.