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-yatzeeserv/Makefile.am
2008-03-10 08:47:33 +00:00

17 lines
502 B
Makefile

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I autotools
AM_MAKEFLAGS = -s
pkglib_LTLIBRARIES = yahtzeeserv.la
yahtzeeserv_la_SOURCES = channel.c htmlscores.c play.c yahtzeeserv_help.c \
highscores.c misc.c yahtzeeserv.c
noinst_HEADERS = yahtzeeserv.h
yahtzeeserv_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = autotools/ccdv.c autotools/shtool RELNOTES
dist_doc_DATA = README.YahtzeeServ
dist_data_DATA = html/ys.tpl
include $(top_srcdir)/autotools/rules.mk