summaryrefslogtreecommitdiff
path: root/src/dmap/Makefile.am
blob: e565e3ce116a56ccc396658f75a9fc69af64603e (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# Makefile.am
#
# Author: W. Michael Petullo <mike@flyn.org>
#
# Copyright (C) 2011 W. Michael Petullo. All rights reserved.

ext_LTLIBRARIES	= libgrldmap.la

libgrldmap_la_CFLAGS =	\
	$(DEPS_DMAP_CFLAGS)	\
	-DLOCALEDIR=\"$(localedir)\"

libgrldmap_la_LIBADD =	\
	$(DEPS_DMAP_LIBS)

libgrldmap_la_LDFLAGS =	\
	-no-undefined			\
	-module					\
	-avoid-version

libgrldmap_la_SOURCES =				\
	grl-dmap.c							\
	grl-dmap.h							\
	simple-daap-record.c				\
	simple-daap-record.h				\
	simple-daap-record-factory.c	\
	simple-daap-record-factory.h	\
	simple-dmap-db.c					\
	simple-dmap-db.h

extdir			= $(GRL_PLUGINS_DIR)
dmapxmldir		= $(GRL_PLUGINS_DIR)
dmapxml_DATA	= $(DMAP_PLUGIN_ID).xml

EXTRA_DIST      = $(dmapxml_DATA)

MAINTAINERCLEANFILES =	\
	*.in						\
	*~

DISTCLEANFILES = $(MAINTAINERCLEANFILES)