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

5 lines
226 B
Makefile

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