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-profileserv/Makefile.am

16 lines
381 B
Makefile

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I autotools
AM_MAKEFLAGS = -s
pkglib_LTLIBRARIES = profileserv.la
profileserv_la_SOURCES = profileserv.c profileserv_help.c
noinst_HEADERS = profileserv.h
profileserv_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = autotools/ccdv.c autotools/shtool RELNOTES
include $(top_srcdir)/autotools/rules.mk