Remove detected -lcrypt flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user