diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-19 15:03:43 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-19 15:03:43 +0100 |
| commit | b472b75f70c7e9144fb29f9d142e9f52f4caab39 (patch) | |
| tree | f6a9ca7b07df0c3bbeb7a44b9573a92e08c01f68 | |
| parent | 9829fdd1e6aa72c1703d27160fbed432eccf33e4 (diff) | |
Modified autotools to reflect removed files.
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | lib/Makefile.am | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 652ed8d..11f8840 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,6 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ Makefile lib/Makefile - lib/DBus/Makefile lib/Utils/Makefile lib/MiddleWare/Makefile lib/Plugins/Makefile diff --git a/lib/Makefile.am b/lib/Makefile.am index 50fcc63..b1aad5c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = Utils MiddleWare Plugins DBus
\ No newline at end of file +SUBDIRS = Utils MiddleWare Plugins
\ No newline at end of file |
