Remove detected -lcrypt flag

This commit is contained in:
Chase
2022-08-03 18:07:57 -05:00
committed by Jon Trulson
parent 47cc5d4a72
commit b38c2b02a8
5 changed files with 3 additions and 21 deletions

View File

@@ -5,15 +5,3 @@ bin_PROGRAMS = dtaction
dtaction_SOURCES = Main.c
dtaction_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
if LINUX
dtaction_LDADD += -lcrypt
endif
if FREEBSD
dtaction_LDADD += -lcrypt
endif
if NETBSD
dtaction_LDADD += -lcrypt
endif