diff --git a/src/make_variables.in b/src/make_variables.in index 6911ee847786cdfbe4b36f978823341cc9dc374e..21f3761f6fa38f4702717134b59a099181e8c804 100644 --- a/src/make_variables.in +++ b/src/make_variables.in @@ -1,6 +1,6 @@ # -*- Makefile -*- # -# $Id: make_variables.in,v 1.12 2003/02/19 23:58:21 mast Exp $ +# $Id: make_variables.in,v 1.13 2003/05/07 10:46:20 grubba Exp $ # # Note: This template is actually used only for make_variables in the # subdirectories; the one created in the build base dir is just an @@ -32,3 +32,7 @@ AR=@AR@ SRCDIR=@srcdir@ PMOD_TARGETS=@PMOD_TARGETS@ make_variables_in=@make_variables_in@ + +MODNAME=@MODULE_NAME@ +MODPATH=@MODULE_PATH@ +MODDIR=@MODULE_DIR@