Module: sip-router Branch: master Commit: 04424443dc83e18bf75cdcf5e04aa23b44ed2ce3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04424443dc83e18bf75cdcf5e04aa23b44ed2ce3
Author: Andrei Pelinescu-Onciul <[email protected]> Committer: Andrei Pelinescu-Onciul <[email protected]> Date: Thu Oct 1 16:52:17 2009 +0200 makefile: mysql shared *.sql removed mysql shared *.sql files are no longer installed by the main makefile, but by the db_mysql module. --- Makefile | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ec2b9ba..dfe5ea3 100644 --- a/Makefile +++ b/Makefile @@ -341,9 +341,7 @@ utils_script_install= # This is the list of files to be installed into the arch-independent # shared directory (by default /usr/local/share/$(MAIN_NAME)) -share_install= scripts/mysql/my_create.sql \ - scripts/mysql/my_data.sql \ - scripts/mysql/my_drop.sql +share_install= _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
