mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 07:13:55 +01:00
cfg_dev.mk: Change LIBTYPE from static to shared
This commit is contained in:
parent
087ed3b7b3
commit
52530bc52e
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ DOWNLOADDIRS = root@cvs.jannet.de:/usr/local/httpd/htdocs/www.jannet.de_443/
|
||||||
CLIENT_INC_DIR = $(TOPDIR)/../shared/tools
|
CLIENT_INC_DIR = $(TOPDIR)/../shared/tools
|
||||||
CONFIG_DIR = $(PREFIX)/etc
|
CONFIG_DIR = $(PREFIX)/etc
|
||||||
CONFIG_FILE = $(CONFIG_DIR)/$(PROJECT).cfg
|
CONFIG_FILE = $(CONFIG_DIR)/$(PROJECT).cfg
|
||||||
LIBTYPE = static
|
LIBTYPE = shared
|
||||||
FTP_PUB_DIR_ABS = $(JANNET_PROJ_DIR)/$(PROJECT)
|
FTP_PUB_DIR_ABS = $(JANNET_PROJ_DIR)/$(PROJECT)
|
||||||
PROFILE_DIR = $(HOME)/.profile.d
|
PROFILE_DIR = $(HOME)/.profile.d
|
||||||
ROOTOWNER = $(shell id -un)
|
ROOTOWNER = $(shell id -un)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue