blob: 3853d2a7599d3af1dc04c8300fef42389bb7d6bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
EXTRA_DIST = \
COPYING.2.1 \
COPYING-GPL3 \
m4/introspection.m4
SUBDIRS = \
libdbusmenu-glib \
libdbusmenu-gtk \
tools \
tests \
docs \
po
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
|