blob: 3109418c41175a8f95995c219db128013e3b0829 (
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
|
SUBDIRS = po data lib src help
if ENABLE_BROWSER_PLUGINS
SUBDIRS += browser-plugin
endif
EXTRA_DIST = \
COPYING.LIB \
autogen.sh \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
AUTHORS NEWS \
totem.spec.in \
totem.spec \
omf.make \
totem-plparser.pc.in \
xmldocs.make \
gnome-doc-utils.make
CLEANFILES = totem.spec totem-plparser.pc
DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
gnome-doc-utils.make
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = totem-plparser.pc
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|