diff options
author | David Zeuthen <davidz@redhat.com> | 2006-07-27 21:51:51 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2006-07-27 21:51:51 -0400 |
commit | d85e6712c5eb78c37e2c26468933a0fb7e5aff25 (patch) | |
tree | c489ab9df475b1910c5b7e98a81027888afd1010 | |
parent | b0b549fdab66bc551de80a205f90e4ac0a30d877 (diff) |
Remove more unused stuff.
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | examples/Makefile.am | 3 | ||||
-rw-r--r-- | examples/volumed/.gitignore | 3 | ||||
-rw-r--r-- | hal-policy.pc.in | 11 |
4 files changed, 0 insertions, 19 deletions
diff --git a/configure.in b/configure.in index 3d6ef71f..166657bd 100644 --- a/configure.in +++ b/configure.in @@ -462,8 +462,6 @@ doc/api/Makefile doc/conf/Makefile doc/spec/Makefile doc/spec/hal-spec.xml -examples/Makefile -examples/volumed/Makefile po/Makefile.in ]) diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index b539f3b8..00000000 --- a/examples/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -SUBDIRS = volumed - diff --git a/examples/volumed/.gitignore b/examples/volumed/.gitignore deleted file mode 100644 index 8f1b0d99..00000000 --- a/examples/volumed/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -Makefile.in -*.o diff --git a/hal-policy.pc.in b/hal-policy.pc.in deleted file mode 100644 index 72eb29de..00000000 --- a/hal-policy.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: hal-policy -Description: library for querying and setting policies related to hal -Version: @VERSION@ -Requires: glib-2.0 -Libs: -L${libdir} -lhal-policy -Cflags: -I${includedir}/hal |