blob: 658f9469bfdd3bfd2fa0c7134761473c03e9eafe (
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 \
po
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
|