diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-27 00:58:53 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-27 00:58:53 +0000 |
commit | 95ec30461cca36ee08cdd0b4251e4a5ca95c05c8 (patch) | |
tree | 587d900a89a468fe58aaf8fd56cb23029ab02518 /configure.in | |
parent | 6132e9704f64dbe09722921b3e76d40b7ad1bfb3 (diff) |
Make it build in it's new environment.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 53d234e..7c21b67 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE(rrdui, 0.2) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" -AC_CONFIG_SRCDIR([src/rrdbotd.c]) +AC_CONFIG_SRCDIR([daemon/rrdbotd.c]) AM_CONFIG_HEADER([config.h]) # Debug mode @@ -40,6 +40,6 @@ dnl TODO: AC_CHECK_HEADERS AC_MSG_RESULT() AC_CONFIG_FILES([Makefile - src/Makefile - src/bsnmp/Makefile]) + daemon/Makefile + bsnmp/Makefile]) AC_OUTPUT |