Fixes for Ubuntu

This commit is contained in:
2022-08-24 00:54:54 +02:00
parent 50d11c0c62
commit 86956ff1ce
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@ $(PRG): $(OBJS)
$(CC) $(OBJS) -o $(PRG) $(LIBPATH) $(LDFLAGS) $(LIBS)
$(ACTPRG): $(ACTOBJS)
$(CC) $(ACTOBJS) -o $(ACTPRG) $(LIBPATH) $(LDFLAGS) -ledit -lcw -lcrypto -lssl -lmavl -lnettle
$(CC) $(ACTOBJS) -o $(ACTPRG) $(LIBPATH) $(LDFLAGS) $(LIBS) -ledit