Module: sip-router
Branch: carstenbock/ims
Commit: fddd99dfe5667daebb65c51672b53a7e945fbafc
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fddd99d…
Author: Carsten Bock <carsten(a)bock.info>
Committer: Carsten Bock <carsten(a)bock.info>
Date: Thu Jan 6 23:28:46 2011 +0100
- added some files to be added to the configuration upon installation
---
modules/pcscf/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/pcscf/Makefile b/modules/pcscf/Makefile
index 32fedcb..642c24a 100644
--- a/modules/pcscf/Makefile
+++ b/modules/pcscf/Makefile
@@ -19,6 +19,8 @@ DEFS += -DCDP_FOR_SER
DEFS += -I/usr/include/libxml2
LIBS += -L$(LOCALBASE)/lib -lxml2
+MOD_INSTALL_CFGS=emerg_info.xml reginfo.dtd
+
#DEFS += -DWITH_IMS_PM
include ../../Makefile.modules