summaryrefslogtreecommitdiff
path: root/data/Makefile.am
blob: 0043f468205bc3caba0de75e702ad542c7d56a80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include $(top_srcdir)/common.am

dlnaschemas = dlna-profiles.rng
dlnaprofiles = mp3.xml \
	       ac3.xml \
	       lpcm.xml \
	       aac.xml \
	       wma.xml \
	       amr.xml \
	       common.xml \
	       mpeg1.xml \
	       avc.xml \
	       mpeg-ts.xml \
	       mpeg4.xml \
	       jpeg.xml \
	       png.xml

dlnadir = $(shareddir)/dlna-profiles
dlna_DATA = $(dlnaschemas) $(dlnaprofiles)

EXTRA_DIST = $(dlnaschemas) $(dlnaprofiles)