[gnome-power-manager] trivial: fix make distcheck
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-power-manager] trivial: fix make distcheck
- Date: Mon, 7 Sep 2009 12:35:22 +0000 (UTC)
commit aa7b35d454524b3fbe47eb827edb2f1a1f6fa79a
Author: Richard Hughes <richard hughsie com>
Date: Mon Sep 7 13:33:19 2009 +0100
trivial: fix make distcheck
Makefile.am | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d0d7c63..f7d32bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,14 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = \
+SUBDIRS =
+
+# we have to do this first
+if HAVE_HAL
+SUBDIRS += libhal-glib
+endif
+
+SUBDIRS += \
src \
po \
docs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]