diff options
| author | Ted Gould <ted@gould.cx> | 2011-09-02 21:53:48 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-09-02 21:53:48 -0500 |
| commit | 5fb997f1715d39613eddbbad88f3f6098dcb6fb3 (patch) | |
| tree | 5c259e666a254f12e62e24db08fd9e6612aa654a | |
| parent | 00006803a347a74f679bf262800f0bed484d9cdb (diff) | |
| parent | ce055ed4b12b875cf24856f5026fda3bb5a95ce3 (diff) | |
| download | libdbusmenu-5fb997f1715d39613eddbbad88f3f6098dcb6fb3.tar.gz libdbusmenu-5fb997f1715d39613eddbbad88f3f6098dcb6fb3.tar.bz2 libdbusmenu-5fb997f1715d39613eddbbad88f3f6098dcb6fb3.zip | |
Fix introspection detection.
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a69c377..6b11b31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 + EXTRA_DIST = \ COPYING.2.1 \ COPYING-GPL3 \ |
