use PT_HAS_MORM_LIBRARY macro when building too

while here:
- use some conditionals in the Makefile
This commit is contained in:
2022-09-23 18:33:06 +02:00
parent baa870edbd
commit 03035f038f
2 changed files with 27 additions and 5 deletions

View File

@@ -34,7 +34,6 @@ endif
ifndef CXXFLAGS
CXXFLAGS = -Wall -pedantic -O2 -std=c++20 -fPIC -pthread \
-I/usr/local/include \
-I/usr/include/postgresql \
-I../../winix/winixd \
-I../../pikotools/src \
-I../../morm/src \