[nautilus-actions: 28/30] Remove useless -DPKGLIBDIR parameter



commit 90ec93b56ef7ce6946d5502813d56aa19acd701c
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sat Nov 21 17:50:21 2009 +0100

    Remove useless -DPKGLIBDIR parameter

 ChangeLog                            |    3 +++
 TODO                                 |    5 +++--
 nautilus-actions/private/Makefile.am |    1 -
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index aa90ae9..64c6a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
 	* nautilus-actions/nact/nautilus-actions-maintainer.actions:
 	New maintainer function.
 
+	* nautilus-actions/private/Makefile.am:
+	Remove useless -DPKGLIBDIR.
+
 2009-11-20 Pierre Wieser <pwieser trychlos org>
 
 	Define functions with actual type for arguments.
diff --git a/TODO b/TODO
index 2ea6141..a2bea43 100644
--- a/TODO
+++ b/TODO
@@ -84,9 +84,10 @@
 
 - na_pivot_new: shouldn't take an argument (use add_consumer)
 
-- in 64bits arch, pkglibdir=/lib ??
-
 - NACT: unable to really delete an action imported with schemas
+  2009-11-21 (2.29.2-provider) not able to reproduce this, whether the
+  action is imported via Import assistant or by drag and drop from
+  Nautilus
 
 - bug when dnd to nautilus
   see https://bugzilla.gnome.org/show_bug.cgi?id=593453
diff --git a/nautilus-actions/private/Makefile.am b/nautilus-actions/private/Makefile.am
index d215f6f..82b61b7 100644
--- a/nautilus-actions/private/Makefile.am
+++ b/nautilus-actions/private/Makefile.am
@@ -31,7 +31,6 @@ pkglib_LTLIBRARIES = libna-private.la
 AM_CPPFLAGS += \
 	-I $(top_srcdir)							\
 	-I $(top_srcdir)/nautilus-actions			\
-	-DPKGLIBDIR=\""$(pkglibdir)"\"				\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
 	-DG_LOG_DOMAIN=\"${NA_LOGDOMAIN_PRIVATE}\"	\
 	$(NAUTILUS_ACTIONS_CFLAGS)					\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]