|
@@ -17,6 +17,8 @@ docbook_output_dir=docbook
|
|
|
# make diff-list (which obeys grp_exclude and file_exclude)
|
|
|
# or completely regenerated by replacing files_list with the output of:
|
|
|
# make gen-files-list
|
|
|
+# NOTE: suffix duplicated modules located in modules_s with '_s' to
|
|
|
+# avoid file naming conflicts
|
|
|
#
|
|
|
files_list= \
|
|
|
$(COREPATH)/core_cmd.c:core \
|
|
@@ -42,13 +44,13 @@ files_list= \
|
|
|
$(COREPATH)/modules_k/uac/uac_reg.c:uac \
|
|
|
$(COREPATH)/modules_k/usrloc/ul_rpc.c:usrloc \
|
|
|
$(COREPATH)/modules_s/cpl-c/cpl_rpc.c:cpl-c \
|
|
|
- $(COREPATH)/modules_s/dispatcher/ds_rpc.c:dispatcher \
|
|
|
- $(COREPATH)/modules_s/domain/domain_rpc.c:domain \
|
|
|
+ $(COREPATH)/modules_s/dispatcher/ds_rpc.c:dispatcher_s \
|
|
|
+ $(COREPATH)/modules_s/domain/domain_rpc.c:domain_s \
|
|
|
$(COREPATH)/modules_s/gflags/gflags.c:gflags \
|
|
|
$(COREPATH)/modules_s/pdt/pdt.c:pdt \
|
|
|
$(COREPATH)/modules_s/pike/rpc.c:pike \
|
|
|
$(COREPATH)/modules_s/presence_b2b/rpc.c:presence_b2b \
|
|
|
- $(COREPATH)/modules_s/usrloc/ul_rpc.c:usrloc
|
|
|
+ $(COREPATH)/modules_s/usrloc/ul_rpc.c:usrloc_s
|
|
|
|
|
|
# list of excluded groups
|
|
|
grp_exclude=pa
|