[gnumeric] install: don't create empty ui dir.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] install: don't create empty ui dir.
- Date: Wed, 19 Oct 2011 15:33:59 +0000 (UTC)
commit 2977fb72c140a9b33571b739b9a4f0cc44c78765
Author: Morten Welinder <terra gnome org>
Date: Wed Oct 19 11:32:11 2011 -0400
install: don't create empty ui dir.
src/dialogs/ChangeLog | 5 +++++
src/dialogs/Makefile.am | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 5db9388..f036bd1 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-19 Morten Welinder <terra gnome org>
+
+ * Makefile.am: Don't create uidir when we have nothing to put
+ there.
+
2011-10-18 Morten Welinder <terra gnome org>
* Makefile.am: Request compression of all ui files.
diff --git a/src/dialogs/Makefile.am b/src/dialogs/Makefile.am
index 78fc6d6..ca4d4e0 100644
--- a/src/dialogs/Makefile.am
+++ b/src/dialogs/Makefile.am
@@ -95,8 +95,8 @@ base_files = \
tool-dialogs.h \
dialog-printer-setup.c
-uidir = $(gnumeric_datadir)/ui
-ui_DATA =
+# uidir = $(gnumeric_datadir)/ui
+# ui_DATA =
embedded_uis = \
advanced-filter.ui \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]