gegl r2109 - in trunk: . operations/common operations/common/perlin
- From: bersace svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2109 - in trunk: . operations/common operations/common/perlin
- Date: Sun, 24 Feb 2008 19:01:36 +0000 (GMT)
Author: bersace
Date: Sun Feb 24 19:01:36 2008
New Revision: 2109
URL: http://svn.gnome.org/viewvc/gegl?rev=2109&view=rev
Log:
Distribute perlin.[hc].
Added:
trunk/operations/common/perlin/Makefile.am
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/operations/common/Makefile.am
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sun Feb 24 19:01:36 2008
@@ -705,6 +705,7 @@
operations/affine/Makefile
operations/core/Makefile
operations/common/Makefile
+operations/common/perlin/Makefile
operations/external/Makefile
operations/generated/Makefile
operations/workshop/Makefile
Modified: trunk/operations/common/Makefile.am
==============================================================================
--- trunk/operations/common/Makefile.am (original)
+++ trunk/operations/common/Makefile.am Sun Feb 24 19:01:36 2008
@@ -1 +1,2 @@
+SUBDIRS = perlin
include $(top_srcdir)/operations/Makefile-operations.am
Added: trunk/operations/common/perlin/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/operations/common/perlin/Makefile.am Sun Feb 24 19:01:36 2008
@@ -0,0 +1,3 @@
+EXTRA_DIST = \
+ perlin.c \
+ perlin.h
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]