gegl r2863 - in trunk: . examples



Author: ok
Date: Sun Jan 11 00:22:20 2009
New Revision: 2863
URL: http://svn.gnome.org/viewvc/gegl?rev=2863&view=rev

Log:
* examples/Makefile.am: add GeglView widget to extra-dist.


Modified:
   trunk/ChangeLog
   trunk/examples/Makefile.am

Modified: trunk/examples/Makefile.am
==============================================================================
--- trunk/examples/Makefile.am	(original)
+++ trunk/examples/Makefile.am	Sun Jan 11 00:22:20 2009
@@ -3,7 +3,7 @@
 SUBDIRS = data
 CFILES = $(wildcard $(srcdir)/*.c)
 bins   = $(subst $(srcdir)/,,$(CFILES:.c=))
-EXTRA_DIST = $(wildcard *.c)
+EXTRA_DIST = $(wildcard *.c) $(wildcard util/*.[ch])
 
 all-local: $(bins)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]