On 11/03/2011 12:57 AM, Holger Freyther wrote:
 From 6ea41f5473b42383efd69ecfee2f1a2628f1980c Mon Sep 17 00:00:00 2001
From: Holger Hans Peter Freyther<hol...@moiji-mobile.com>
Date: Thu, 3 Nov 2011 00:27:17 +0100
Subject: [PATCH 2/2] [misc] Use the BUILT_SOURCES variable of automake for
  generated files

Use BUILT_SOURCES for the files that are generated by fluxcomp and are
used by the normal source files. Documentation of BUILT_SOURCES can be
found here:
http://www.gnu.org/s/hello/manual/automake/Sources.html
---
  src/media/Makefile.am |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/media/Makefile.am b/src/media/Makefile.am
index bea6a51..97312cb 100644
--- a/src/media/Makefile.am
+++ b/src/media/Makefile.am
@@ -25,6 +25,7 @@ noinst_LTLIBRARIES = libdirectfb_media.la
  if DIRECTFB_BUILD_PURE_VOODOO
  NON_PURE_VOODOO_SOURCESs =
  else
+BUILT_SOURCES = DataBuffer.h DataBuffer.cpp ImageProvider.h ImageProvider.cpp
  NON_PURE_VOODOO_SOURCESs = \
        idirectfbdatabuffer_client.c    \
        idirectfbfont.c                 \

Thanks, we will have to do this for src/core as well, I guess.

Anyhow, are you happy with commit access? Only architectural changes or 
extensions
you should discuss on the list, fixes you can please commit directly, thanks! :)

--
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to