[gegl] operations: Explicitly specify op sources (cont.)



commit 7c7a48e0213306f6e23911683c97fd65d40f759f
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Jun 28 19:18:41 2009 +0200

    operations: Explicitly specify op sources (cont.)
    
    Explicitly specify op sources as it appears as if automake 1.11 does
    not work the same as previous versions with regards to figuring out
    the source files.

 operations/workshop/external/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/operations/workshop/external/Makefile.am b/operations/workshop/external/Makefile.am
index 59ac915..5a3b85b 100644
--- a/operations/workshop/external/Makefile.am
+++ b/operations/workshop/external/Makefile.am
@@ -27,6 +27,7 @@ endif
 
 if HAVE_LUA
 ops += gluas.la
+gluas_la_SOURCES = gluas.c
 gluas_la_LIBADD  = $(op_libs) $(LUA_LIBS)
 gluas_la_CFLAGS  = $(LUA_CFLAGS)
 endif



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