[gtkhtml] Fix a Makefile.am typo.



commit da34cf383b4aefa56adb7d423ff1f0871d1a9994
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Jun 29 09:39:23 2010 -0400

    Fix a Makefile.am typo.

 components/editor/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/components/editor/Makefile.am b/components/editor/Makefile.am
index 5412385..71bbbe5 100644
--- a/components/editor/Makefile.am
+++ b/components/editor/Makefile.am
@@ -76,7 +76,7 @@ libgtkhtml_editor_3_14_la_SOURCES = $(csources)
 libgtkhtml_editor_3_14_la_LIBADD = \
 	@GTKHTML_LIBS@				\
 	$(top_builddir)/gtkhtml/libgtkhtml- EDITOR_API_VERSION@.la
-libgtkhtml_editor_la_3_14_LDFLAGS = -no-undefined
+libgtkhtml_editor_3_14_la_LDFLAGS = -no-undefined
 endif
 
 gtkhtml_editor_test_SOURCES = main.c



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