summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2006-11-14 17:19:32 +0000
committerRichard Hughes <richard@hughsie.com>2006-11-14 17:19:32 +0000
commitd90f63a691248ac3249656e8a7a7978c623e4769 (patch)
tree8a5f3add63e67ff48d0b9be99e376a3d1d1d88e3 /configure.in
parent3b712c7f3df5b16a08dffa1482965c5db1eb464a (diff)
remove unused preprobe and policy directories and add information fdi files.
The policy and preprobe scripts belong in hal, not hal-info. Also move the information scripts from hal to hal-info.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index ff220c0..817181f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.57)
-AC_INIT(hal-info, 20061024, david@fubar.dk)
+AC_INIT(hal-info, 20061106, david@fubar.dk)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
@@ -16,18 +16,10 @@ AC_SUBST(DATADIR, $datadir)
AC_OUTPUT([
Makefile
fdi/Makefile
-fdi/preprobe/Makefile
-fdi/preprobe/10osvendor/Makefile
-fdi/preprobe/20thirdparty/Makefile
-fdi/preprobe/30user/Makefile
fdi/information/Makefile
fdi/information/10freedesktop/Makefile
fdi/information/20thirdparty/Makefile
fdi/information/30user/Makefile
-fdi/policy/Makefile
-fdi/policy/10osvendor/Makefile
-fdi/policy/20thirdparty/Makefile
-fdi/policy/30user/Makefile
])
dnl ==========================================================================