[nautilus-actions] Remove useless gthread dependancy
- From: Pierre Wieser <pwieser src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Remove useless gthread dependancy
- Date: Tue, 24 Nov 2009 21:59:12 +0000 (UTC)
commit 96eeb0802d89187c133eb5dc68c5bc2b847ab49d
Author: Pierre Wieser <pwieser trychlos org>
Date: Tue Nov 24 22:59:23 2009 +0100
Remove useless gthread dependancy
ChangeLog | 7 +++++++
configure.ac | 1 -
nautilus-actions/io-provider-gconf/Makefile.am | 1 +
po/POTFILES.in | 2 ++
4 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 31c6cd9..eccf04b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-11-24 Pierre Wieser <pwieser trychlos org>
+ * configure.ac: Remove useless gthread dependancy.
+
+ * nautilus-actions/io-provider-gconf/Makefile.am:
+ Add nautilus-actions/ to include path (fix make distcheck).
+
+ * po/POTFILES.in: Add two new files (fix make distcheck).
+
na_pivot_new no more takes an argument.
* nautilus-actions/nact/nact-application.c
diff --git a/configure.ac b/configure.ac
index 47eda38..5568faa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,6 @@ fi
PKG_CHECK_MODULES([NAUTILUS_ACTIONS], \
glib-2.0 >= ${GLIB_REQUIRED} \
- gthread-2.0 >= ${GLIB_REQUIRED} \
gmodule-2.0 >= ${GLIB_REQUIRED} \
gtk+-2.0 >= ${GTK_REQUIRED} \
gconf-2.0 >= ${GCONF_REQUIRED} \
diff --git a/nautilus-actions/io-provider-gconf/Makefile.am b/nautilus-actions/io-provider-gconf/Makefile.am
index 2bbc48b..b793330 100644
--- a/nautilus-actions/io-provider-gconf/Makefile.am
+++ b/nautilus-actions/io-provider-gconf/Makefile.am
@@ -32,6 +32,7 @@ plugins_LTLIBRARIES=libna-io-provider-gconf.la
AM_CPPFLAGS += \
-I $(top_srcdir) \
+ -I $(top_srcdir)/nautilus-actions \
$(NAUTILUS_ACTIONS_CFLAGS) \
-DG_LOG_DOMAIN=\"${NA_LOGDOMAIN_IO_PROVIDER_GCONF}\" \
$(NULL)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d2bcd0a..554f16e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,8 @@ data/nautilus-actions.schemas.in
nautilus-actions/nact/base-application.c
nautilus-actions/nact/base-assistant.c
nautilus-actions/nact/base-window.c
+nautilus-actions/nact/egg-desktop-file.c
+nautilus-actions/nact/egg-sm-client.c
nautilus-actions/nact/nact-application.c
nautilus-actions/nact/nact-assistant-export.c
nautilus-actions/nact/nact-assistant-export.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]