[gnome-contacts] Fix build, vala couldn't handle .h files



commit 72a63a735a0e1824071516363d94ece2271d5ac2
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Sep 20 09:37:58 2011 +0200

    Fix build, vala couldn't handle .h files

 src/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 3fd4bff..edba71b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,6 @@ vala_sources = \
 	$(NULL)
 
 gnome_contacts_SOURCES = \
-	contacts-esd-setup.h \
 	contacts-esd-setup.c \
 	$(vala_sources) \
 	$(NULL)
@@ -42,3 +41,7 @@ gnome_contacts_SOURCES = \
 gnome_contacts_LDADD = $(CONTACTS_LIBS) -lm
 
 CLEANFILES = $(vala_sources:.vala=.c) *.vapi *.stamp
+
+EXTRA_DIST = \
+	contacts-esd-setup.h \
+	$(NULL)



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