[gegl] build: Remove missing source file (lens-correct.h) from Makefile.am



commit ab01ac6400ef8fe9fd86c74eef5258fae7186431
Author: Mukund Sivaraman <muks banu com>
Date:   Fri Sep 2 10:32:25 2011 +0530

    build: Remove missing source file (lens-correct.h) from Makefile.am

 operations/workshop/external/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/workshop/external/Makefile.am b/operations/workshop/external/Makefile.am
index 647da27..f883e40 100644
--- a/operations/workshop/external/Makefile.am
+++ b/operations/workshop/external/Makefile.am
@@ -33,7 +33,7 @@ endif
 
 if HAVE_LENSFUN
 ops += lens-correct.la
-lens_correct_la_SOURCES = lens-correct.c lens-correct.h
+lens_correct_la_SOURCES = lens-correct.c
 lens_correct_la_LIBADD = $(op_libs) $(LENSFUN_LIBS)
 lens_correct_la_CFLAGS = $(AM_CFLAGS) $(LENSFUN_CFLAGS)
 endif



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