16 lines
381 B
Makefile
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
|