[gdk-pixbuf] Bug 639922: Added distribution stuff for Project Files
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] Bug 639922: Added distribution stuff for Project Files
- Date: Sun, 23 Jan 2011 15:54:07 +0000 (UTC)
commit 301b842733910b070d48bedaaa0f4db963df68fe
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Jan 24 00:04:45 2011 +0800
Bug 639922: Added distribution stuff for Project Files
Added Makefile.am in the new "build" folder and its subfolders so that
Visual C++ 2008 Project Files can be distributed with make dist once
the Makefile.am in $(srcroot) has the "build" folder added in the
SUBDIRS entry
build/Makefile.am | 4 ++++
build/win32/Makefile.am | 4 ++++
build/win32/vs9/Makefile.am | 11 +++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
new file mode 100644
index 0000000..b6b8e09
--- /dev/null
+++ b/build/Makefile.am
@@ -0,0 +1,4 @@
+include $(top_srcdir)/Makefile.decl
+
+SUBDIRS = \
+ win32
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
new file mode 100644
index 0000000..14e08c0
--- /dev/null
+++ b/build/win32/Makefile.am
@@ -0,0 +1,4 @@
+include $(top_srcdir)/Makefile.decl
+
+SUBDIRS = \
+ vs9
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
new file mode 100644
index 0000000..9b42b53
--- /dev/null
+++ b/build/win32/vs9/Makefile.am
@@ -0,0 +1,11 @@
+include $(top_srcdir)/Makefile.decl
+
+EXTRA_DIST += \
+ README.txt \
+ gdk-pixbuf.sln \
+ gdk-pixbuf.vsprops \
+ gdk-pixbuf.vcproj \
+ gdk-pixbuf.vcprojin \
+ gdk-pixbuf-csource.vcproj \
+ gdk-pixbuf-query-loaders.vcproj \
+ install.vcproj
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]