forked from lxde/libfm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
51 lines (41 loc) · 941 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
include $(top_srcdir)/Makefile.decl
NULL=
DIST_SUBDIRS = src po data
# a little trick against gtk-doc is here
SUBDIRS_DOCS = docs
EXTRA_DIST_DOCS = \
gtk-doc.make \
docs/Makefile.am \
docs/Makefile.in \
docs/reference/Makefile.am \
docs/reference/Makefile.in \
docs/reference/libfm/Makefile.am \
docs/reference/libfm/Makefile.in \
docs/reference/libfm/libfm-docs.xml \
docs/reference/libfm/libfm-sections.txt \
docs/reference/libfm/version.xml.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libfm-extra.pc
if EXTRALIB_ONLY
SUBDIRS = src
else
SUBDIRS = $(DIST_SUBDIRS)
EXTRA_DIST += \
libfm.pc.in \
libfm-extra.pc.in \
libfm-gtk.pc.in \
libfm-gtk3.pc.in \
po/libfm.pot \
$(NULL)
if ENABLE_GTK_DOC
DIST_SUBDIRS += $(SUBDIRS_DOCS)
SUBDIRS += $(SUBDIRS_DOCS)
else
EXTRA_DIST += $(EXTRA_DIST_DOCS)
endif
pkgconfig_DATA += \
libfm.pc \
@LIBFM_GTK_PC@ \
$(NULL)
endif
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc