diff options
author | Cody Russell <crussell@canonical.com> | 2010-02-04 14:21:10 -0800 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2010-02-04 14:21:10 -0800 |
commit | 1595f645706a345a19beee6566427a8106e286f6 (patch) | |
tree | a1d7cdad196cf4f4ed68cdd8d5e38db8b86533ba /configure.ac | |
parent | c650b69c46ea0fd2ce5a1299f93c7a2d2a2d7288 (diff) | |
download | ayatana-ido-1595f645706a345a19beee6566427a8106e286f6.tar.gz ayatana-ido-1595f645706a345a19beee6566427a8106e286f6.tar.bz2 ayatana-ido-1595f645706a345a19beee6566427a8106e286f6.zip |
Fix distcheck0.1.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 515b1a0..af7b9af 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ(2.59) AC_INIT([ido], [ido_version], [https://bugs.launchpad.net/avani]) -AC_CONFIG_SRCDIR([src/ido.h]) +AC_CONFIG_SRCDIR([src/libido.h]) AC_CONFIG_MACRO_DIR([build/autotools]) AM_CONFIG_HEADER([config.h]) |