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/dccpartyline/Makefile.am
2007-01-09 16:31:27 +00:00

5 lines
No EOL
226 B
Makefile

pkglib_LTLIBRARIES = dccpartyline.la
dccpartyline_la_SOURCES = main.c
dccpartyline_la_LDFLAGS = -module -avoid-version
AM_CFLAGS = -I$(top_srcdir)/include @PCRE_CFLAGS@ @CURL_CFLAGS@
include $(top_srcdir)/autotools/rules.mk