This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats/modules/connectserv/Makefile.am

5 lines
252 B
Makefile

pkglib_LTLIBRARIES = connectserv.la
connectserv_la_SOURCES = cs.c cs.h cs_help.c
connectserv_la_LDFLAGS = -module -avoid-version --export-dynamic
AM_CFLAGS = -I$(top_srcdir)/include @PCRE_CFLAGS@ @CURL_CFLAGS@
include $(top_srcdir)/autotools/rules.mk