[seahorse: 3/6] Fix distcheck with introspection
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [seahorse: 3/6] Fix distcheck with introspection
- Date: Thu, 24 Dec 2009 13:33:59 +0000 (UTC)
commit 176b907abc137ccaf9ce637c1f2792587c7321c2
Author: Vincent Untz <vuntz gnome org>
Date: Thu Dec 24 14:33:07 2009 +0100
Fix distcheck with introspection
libcryptui/Makefile.am | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/libcryptui/Makefile.am b/libcryptui/Makefile.am
index bf30317..db646fb 100644
--- a/libcryptui/Makefile.am
+++ b/libcryptui/Makefile.am
@@ -13,12 +13,12 @@ SUBDIRS = . $(TESTS_DIR)
incdir = $(includedir)/libcryptui
inc_HEADERS = \
- cryptui.h \
- cryptui-keyset.h \
- cryptui-key-store.h \
- cryptui-key-combo.h \
- cryptui-key-list.h \
- cryptui-key-chooser.h
+ $(srcdir)/cryptui.h \
+ $(srcdir)/cryptui-keyset.h \
+ $(srcdir)/cryptui-key-store.h \
+ $(srcdir)/cryptui-key-combo.h \
+ $(srcdir)/cryptui-key-list.h \
+ $(srcdir)/cryptui-key-chooser.h
# -----------------------------------------------------------------
# MARSHALLERS
@@ -42,12 +42,12 @@ cryptui-marshal.c: cryptui-marshal.list $(GLIB_GENMARSHAL)
lib_LTLIBRARIES = libcryptui.la
libcryptui_src = \
- cryptui.c \
- cryptui-keyset.c \
- cryptui-key-store.c \
- cryptui-key-combo.c \
- cryptui-key-list.c \
- cryptui-key-chooser.c
+ $(srcdir)/cryptui.c \
+ $(srcdir)/cryptui-keyset.c \
+ $(srcdir)/cryptui-key-store.c \
+ $(srcdir)/cryptui-key-combo.c \
+ $(srcdir)/cryptui-key-list.c \
+ $(srcdir)/cryptui-key-chooser.c
libcryptui_la_SOURCES = \
cryptui-defines.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]