summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2007-02-28 21:56:34 -0500
committerDavid Zeuthen <davidz@redhat.com>2007-02-28 21:56:34 -0500
commit302840ec67441f55ba07cae9991538e6c91f7fdc (patch)
treec05183c98c02daecf453d4c7736096b999cea22f /configure.in
parent2130ae571cbadb02c223fcd948b989649f33323c (diff)
move preprobe fdi to hal-info and add workaround for Sandisk U3 Cruzer Micro
See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=208521 for more information about the SanDisk unit.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 91cf24f..6ba0fb3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.57)
-AC_INIT(hal-info, 20070206, david@fubar.dk)
+AC_INIT(hal-info, 20070228, david@fubar.dk)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
@@ -34,6 +34,10 @@ fdi/information/Makefile
fdi/information/10freedesktop/Makefile
fdi/information/20thirdparty/Makefile
fdi/information/30user/Makefile
+fdi/preprobe/Makefile
+fdi/preprobe/10freedesktop/Makefile
+fdi/preprobe/20thirdparty/Makefile
+fdi/preprobe/30user/Makefile
])
dnl ==========================================================================