This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
ACLOCAL_AMFLAGS = -I build/m4
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-vala --enable-gtk-doc
|
|
|
|
SUBDIRS = \
|
|
gvn \
|
|
sql \
|
|
db \
|
|
plugin \
|
|
vn \
|
|
module \
|
|
main \
|
|
po \
|
|
vapi \
|
|
glade \
|
|
docs
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
Makefile.decl
|