gegl r2109 - in trunk: . operations/common operations/common/perlin



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]