fixup autotools options

This commit is contained in:
Viktor Szakats 2024-10-02 22:24:27 +02:00
parent 2573209213
commit 52ca8acc29
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -60,6 +60,8 @@ server_bundle.c: $(top_srcdir)/tests/mk-bundle-server.pl $(CURLX_SRCS) $(USEFUL)
noinst_PROGRAMS = servers $(OTHERPROGS)
nodist_servers_SOURCES = server_bundle.c
servers_SOURCES = $(CURLX_SRCS) $(USEFUL) $(INET_PTON) $(UTIL) $(UTIL_BUNDLE)
servers_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
servers_CFLAGS = $(AM_CFLAGS)
CLEANFILES = server_bundle.c
else
noinst_PROGRAMS = $(SERVERPROGS) $(OTHERPROGS)