diff options
| author | Ted Gould <ted@gould.cx> | 2010-03-01 22:11:29 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-03-01 22:11:29 -0600 |
| commit | 893c7c4b4279d04a8ece98f4731fd032cdf35026 (patch) | |
| tree | 273bd481929ecf3b394e6dcb687f1a97fbc7e4f6 /Makefile.am | |
| parent | e42af9018aab217640ed7b9164ff207bd7098827 (diff) | |
| parent | e805e182bfe81f0d1e56b8ad789740917f030900 (diff) | |
| download | libdbusmenu-893c7c4b4279d04a8ece98f4731fd032cdf35026.tar.gz libdbusmenu-893c7c4b4279d04a8ece98f4731fd032cdf35026.tar.bz2 libdbusmenu-893c7c4b4279d04a8ece98f4731fd032cdf35026.zip | |
* Upstream Merge
* Adding in building of the GObject Introspection details
* Adding in building of VAPI files
* debian/control:
* Adding dependency on valac
* Adding in gir's as build dependencies.
* Adding in build dependencies for GIR dev
* debian/libdbusmenu-glib-dev.install,
debian/libdbusmenu-gtk-dev.install:
* Added VAPI files to the packages.
* Added GIR files to the packages.
* debian/control, debian/gir1.0-dbusmenu-glib-0.2.install,
debian/gir1.0-dbusmenu-gtk-0.2.install: Adding new packages to
hold the typelib files generated by GObject introspection.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c99525b..658f946 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,14 @@ -EXTRA_DIST = COPYING.2.1 COPYING-GPL3 -SUBDIRS = libdbusmenu-glib libdbusmenu-gtk tools tests po +EXTRA_DIST = \ + COPYING.2.1 \ + COPYING-GPL3 \ + m4/introspection.m4 + +SUBDIRS = \ + libdbusmenu-glib \ + libdbusmenu-gtk \ + tools \ + tests \ + po + +DISTCHECK_CONFIGURE_FLAGS = --enable-introspection |
