Browse Source

Let the config framework compiled together with SER core

Miklos Tirpak 18 years ago
parent
commit
50a5538a45
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile.sources

+ 2 - 1
Makefile.sources

@@ -14,7 +14,8 @@
 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 rand/*.c) $(wildcard rand/isaac/*.c) ) $(auto_gen)
+		$(wildcard rand/*.c) $(wildcard rand/isaac/*.c) ) \
+		$(wildcard cfg/*.c) $(auto_gen)
 ifeq ($(CORE_TLS), 1)
 	sources+= $(wildcard tls/*.c)
 endif