aboutsummaryrefslogtreecommitdiff
path: root/fesvr/fesvr.mk.in
AgeCommit message (Collapse)AuthorFilesLines
2021-07-28Significantly speed up compilation with GCCAndrew Waterman1-2/+0
Precompiled headers were broken because they weren't compiled with the same -fPIC setting as the rest of the code. Fix by just making everything use -fPIC.
2020-12-29Install config.h into include/fesvrAndrew Waterman1-0/+2
2020-12-28Install fesvr/byteorder.h to fix #622Andrew Waterman1-0/+1
2019-03-31Build fesvr as -fPIC to improve compatibility with old usesAndrew Waterman1-0/+2
2019-03-31Add fesvr; only globally install fesvr headers/libsstatic-linkAndrew Waterman1-0/+38