port from libsofa to liberfa

This commit is contained in:
2023-05-02 16:35:36 +03:00
parent f38e6a1e06
commit f07d63c970
6 changed files with 41 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
PROGRAM = stellariumdaemon
LDFLAGS = -lsofa_c -pthread
LDFLAGS = -lerfa -pthread
SRCS = $(wildcard *.c)
CC = gcc
DEFINES = -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=1111