mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtsession: do not hardcode -lcrypt on link
This commit is contained in:
parent
617865da94
commit
9b2534efab
1 changed files with 2 additions and 2 deletions
|
@ -29,12 +29,12 @@ endif
|
||||||
|
|
||||||
if LINUX
|
if LINUX
|
||||||
dtsession_CFLAGS += -DUSE_X11SSEXT
|
dtsession_CFLAGS += -DUSE_X11SSEXT
|
||||||
dtsession_LDADD += $(TIRPCLIB) -lXss -ldl -lcrypt
|
dtsession_LDADD += $(TIRPCLIB) -lXss -ldl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BSD
|
if BSD
|
||||||
dtsession_CFLAGS += -DUSE_X11SSEXT
|
dtsession_CFLAGS += -DUSE_X11SSEXT
|
||||||
dtsession_LDADD += -lXss -lcrypt
|
dtsession_LDADD += -lXss
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DTSM_CMD1 = $(CDE_INSTALLATION_TOP)/bin/dtaction OpenHomeDir
|
DTSM_CMD1 = $(CDE_INSTALLATION_TOP)/bin/dtaction OpenHomeDir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue