[gimp] Use libapp_generated_sources in Makefile.am
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Use libapp_generated_sources in Makefile.am
- Date: Tue, 28 Sep 2010 19:10:46 +0000 (UTC)
commit 5dfb2782dd4fae09c0aa94e73540a922a6254984
Author: Mukund Sivaraman <muks banu com>
Date: Wed Sep 29 00:39:23 2010 +0530
Use libapp_generated_sources in Makefile.am
app/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index ea3f89e..8b5a4a1 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -8,10 +8,6 @@ libgimpmodule = $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).
libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la
libgimpthumb = $(top_builddir)/libgimpthumb/libgimpthumb-$(GIMP_API_VERSION).la
-# Build git-version.h before anything in the subdirs as this is needed in the
-# about dialog.
-BUILT_SOURCES = git-version.h
-
# Sort this by architectural dependencies, lowest level at the top,
# so that when e.g. changing a header-file the subdirs are built in
# the right order
@@ -78,6 +74,10 @@ libapp_sources = \
libapp_generated_sources = \
git-version.h
+# Build git-version.h before anything in the subdirs as this is needed
+# in the about dialog.
+BUILT_SOURCES = $(libapp_generated_sources)
+
CLEANFILES = $(libapp_generated_sources)
$(srcdir)/version.c: git-version.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]