changeset 16158:1a64f972865c

Add BUILT_SOURCES to libgnt's Makefile.am. Patch from sadrul to fix the rest of ticket 123.
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 15 Apr 2007 19:26:30 +0000
parents c4f779253fab
children 5b02cf4373a4
files finch/libgnt/Makefile.am
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/Makefile.am	Sun Apr 15 19:15:12 2007 +0000
+++ b/finch/libgnt/Makefile.am	Sun Apr 15 19:26:30 2007 +0000
@@ -6,6 +6,8 @@
 
 lib_LTLIBRARIES = libgnt.la
 
+BUILT_SOURCES = gntmarshal.h
+
 libgnt_la_SOURCES = \
 	gntmarshal.c \
 	gntwidget.c \