forked from ronenil/match
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
25 lines (21 loc) · 886 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = doc lib man src tests/nl
include_HEADERS = $(top_srcdir)/include/backend.h \
$(top_srcdir)/include/matchd_lib.h \
$(top_srcdir)/include/matchlib.h \
$(top_srcdir)/include/matchlib_nl.h \
$(top_srcdir)/include/ieslib.h \
$(top_srcdir)/include/matlog.h \
$(top_srcdir)/include/matstream.h \
$(top_srcdir)/include/if_match.h \
$(top_srcdir)/include/match_version.h \
$(top_srcdir)/models/ies_pipeline.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dist/match-interface.pc \
dist/matchd-api.pc
if SYSTEMD
systemdsystemunitdir = @SYSTEMD_SYSTEMUNITDIR@
systemdsystemunit_DATA = dist/matchd.service
defaultsdir = /etc/default
defaults_DATA = dist/default/matchd
endif