[cheese/three-point-oh] fix building with vala and c header files
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/three-point-oh] fix building with vala and c header files
- Date: Mon, 12 Jul 2010 22:06:28 +0000 (UTC)
commit 180f2d666043e3de03e1f44292b713b37bb730b1
Author: daniel g. siegel <dgsiegel gnome org>
Date: Mon Jul 12 21:53:19 2010 +0200
fix building with vala and c header files
vala's automake support has some problems with c header
files, adding them to noinst_HEADERS fixes this
src/Makefile.am | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 5de9cd8..c8157e1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,12 +40,14 @@ cheese_SOURCES = \
cheese-countdown.vala \
cheese-effects-manager.vala \
thumbview/cheese-gconf.c \
- thumbview/cheese-gconf.h \
thumbview/cheese-thumb-view.c \
- thumbview/cheese-thumb-view.h \
thumbview/eog-thumb-nav.c \
+ thumbview/eog-thumbnail.c
+
+noinst_HEADERS = \
+ thumbview/cheese-gconf.h \
+ thumbview/cheese-thumb-view.h \
thumbview/eog-thumb-nav.h \
- thumbview/eog-thumbnail.c \
thumbview/eog-thumbnail.h
cheese_LDADD = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]