Ver Fonte

- excluded ldap from compilation by default (external dependencies)
- ver.no ++

Andrei Pelinescu-Onciul há 17 anos atrás
pai
commit
7bf7388479
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      Makefile
  2. 1 1
      Makefile.defs

+ 1 - 1
Makefile

@@ -138,7 +138,7 @@ else
 							auth_radius group_radius uri_radius avp_radius \
 							auth_radius group_radius uri_radius avp_radius \
 							acc_radius dialog pa rls presence_b2b xcap xmlrpc\
 							acc_radius dialog pa rls presence_b2b xcap xmlrpc\
 							osp tls oracle \
 							osp tls oracle \
-							unixsock dbg print_lib auth_identity
+							unixsock dbg print_lib auth_identity ldap
 	# excluded because they do not compile (remove them only after they are
 	# excluded because they do not compile (remove them only after they are
 	#  fixed) -- andrei
 	#  fixed) -- andrei
 	exclude_modules+= avpops  bdb dbtext flatstore lcr msilo pdt \
 	exclude_modules+= avpops  bdb dbtext flatstore lcr msilo pdt \

+ 1 - 1
Makefile.defs

@@ -78,7 +78,7 @@ MAIN_NAME=ser
 VERSION = 2
 VERSION = 2
 PATCHLEVEL = 1
 PATCHLEVEL = 1
 SUBLEVEL =  0
 SUBLEVEL =  0
-EXTRAVERSION = -dev19-tcp
+EXTRAVERSION = -dev20-tcp
 
 
 SER_VER = $(shell expr $(VERSION) \* 1000000 + $(PATCHLEVEL) \* 1000 + \
 SER_VER = $(shell expr $(VERSION) \* 1000000 + $(PATCHLEVEL) \* 1000 + \
 			$(SUBLEVEL) )
 			$(SUBLEVEL) )