[nautilus-actions] Fix make distcheck



commit cd76babbc7aa514a5c52b94a6d85fbe8b4d17061
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sun Oct 4 21:52:09 2009 +0200

    Fix make distcheck

 ChangeLog              |    2 ++
 po/POTFILES.in         |    2 +-
 src/common/Makefile.am |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 79b59c9..d70e9b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
 	* configure.ac: No more compile with --enable-iso-c not -pedantic
 	options as GLib-generated marshaling code is not compliant.
 
+	* po/POTFILES.in: Fix typo in a filename.
+
 	* src/common/na-object-api.h:
 	* src/common/na-object-item-fn.h:
 	* src/common/na-object-item.c (na_object_insert_item):
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8e33b69..ccf8346 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,5 @@
 data/nautilus-actions.schemas.in
-src/common/na-object-action.h
+src/common/na-object-action.c
 src/common/na-object-id.c
 src/common/na-xml-names.h
 src/nact/base-application.c
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index d536c87..7d61572 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -29,6 +29,7 @@
 noinst_LTLIBRARIES = libna-common.la
 
 AM_CPPFLAGS += \
+	-I $(top_srcdir)/src						\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
 	-DG_LOG_DOMAIN=\"${NA_LOGDOMAIN_COMMON}\"	\
 	$(NAUTILUS_ACTIONS_CFLAGS)					\



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