cfg_dev.mk: Change LIBTYPE from static to shared

This commit is contained in:
Jan Lindemann 2005-04-05 14:03:26 +00:00 committed by Jan Lindemann
commit 52530bc52e

View file

@ -38,7 +38,7 @@ DOWNLOADDIRS = root@cvs.jannet.de:/usr/local/httpd/htdocs/www.jannet.de_443/
CLIENT_INC_DIR = $(TOPDIR)/../shared/tools
CONFIG_DIR = $(PREFIX)/etc
CONFIG_FILE = $(CONFIG_DIR)/$(PROJECT).cfg
LIBTYPE = static
LIBTYPE = shared
FTP_PUB_DIR_ABS = $(JANNET_PROJ_DIR)/$(PROJECT)
PROFILE_DIR = $(HOME)/.profile.d
ROOTOWNER = $(shell id -un)