diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-28 14:36:32 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-28 14:36:32 -0600 |
| commit | 766b732468b5c8d08e30d8db355dfd1162134eec (patch) | |
| tree | db8001549385f63a8c356b36bf721944cb8b00c0 /Makefile.am | |
| parent | 688b1c13a36bf5c0dcc885000b7cec42e043bf24 (diff) | |
| parent | e011a35e634aeb0a35c95e2c5b982062845262f1 (diff) | |
| download | libdbusmenu-766b732468b5c8d08e30d8db355dfd1162134eec.tar.gz libdbusmenu-766b732468b5c8d08e30d8db355dfd1162134eec.tar.bz2 libdbusmenu-766b732468b5c8d08e30d8db355dfd1162134eec.zip | |
* Upstream Merge
* Adding in building of the GObject Introspection details
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 |
