X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=GNUmakefile.in;fp=GNUmakefile.in;h=6c58ab9e478e2f60a7be3903f8d73ce8fa459f47;hp=024755414972e5b3c8ef0a868cc570d3a3e6602c;hb=8b7786340e8a11cf3204454c249b9b4b4f783060;hpb=55d0d975a5018d3ca3d7f688f86382eac70153c5 diff --git a/GNUmakefile.in b/GNUmakefile.in index 024755414..6c58ab9e4 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -43,7 +43,9 @@ CFLAGS := @CFLAGS@ CPPFLAGS := @CPPFLAGS@ @DEFS@ LDFLAGS := @LDFLAGS@ LIBOBJS := @LIBOBJS@ -LDLIBS := @LIBS@ +LDLIBS := @LIBS@ -lm +LIBS_client := @LIBS_client@ -lm +LIBS_server := @LIBS_server@ -lm empthread := @empthread@ ifeq ($(empthread),POSIX) CC := @PTHREAD_CC@ @@ -54,7 +56,6 @@ endif ifeq ($(empthread),Windows) CFLAGS := $(CFLAGS) -mthreads endif -termlibs := @termlibs@ CCDEPMODE := @CCDEPMODE@ @am__fastdepCC_TRUE@how_to_dep := fast @am__fastdepCC_FALSE@@AMDEP_TRUE@how_to_dep := depcomp