[dia] Fix line endings (CrLf)
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] Fix line endings (CrLf)
- Date: Sat, 4 Sep 2010 17:48:28 +0000 (UTC)
commit ed3e4df4484d8c4970c8a0aae29db06a7796154b
Author: Hans Breuer <hans breuer org>
Date: Sat Sep 4 19:54:10 2010 +0200
Fix line endings (CrLf)
plug-ins/libart/Makefile.am | 40 +++++++++++-----------
plug-ins/postscript/Makefile.am | 68 +++++++++++++++++++-------------------
2 files changed, 54 insertions(+), 54 deletions(-)
---
diff --git a/plug-ins/libart/Makefile.am b/plug-ins/libart/Makefile.am
index d23eb33..e334818 100644
--- a/plug-ins/libart/Makefile.am
+++ b/plug-ins/libart/Makefile.am
@@ -1,20 +1,20 @@
-
-plugin_sources = \
- dialibart.c \
- dialibartrenderer.c \
- dialibartrenderer.h \
- render_libart.h \
- render_libart.c \
- export_png.c
-
-pkglib_LTLIBRARIES = libart_filter.la
-
-EXTRA_DIST =
-
-libart_filter_la_SOURCES = $(plugin_sources)
-
-libart_filter_la_LDFLAGS = -export-dynamic -module -avoid-version
-
-libart_filter_la_LIBADD = $(LIBART_LIBS) $(LIBPNG_LIBS)
-
-INCLUDES = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(LIBART_CFLAGS) $(LIBPNG_CFLAGS)
+
+plugin_sources = \
+ dialibart.c \
+ dialibartrenderer.c \
+ dialibartrenderer.h \
+ render_libart.h \
+ render_libart.c \
+ export_png.c
+
+pkglib_LTLIBRARIES = libart_filter.la
+
+EXTRA_DIST =
+
+libart_filter_la_SOURCES = $(plugin_sources)
+
+libart_filter_la_LDFLAGS = -export-dynamic -module -avoid-version
+
+libart_filter_la_LIBADD = $(LIBART_LIBS) $(LIBPNG_LIBS)
+
+INCLUDES = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(LIBART_CFLAGS) $(LIBPNG_CFLAGS)
diff --git a/plug-ins/postscript/Makefile.am b/plug-ins/postscript/Makefile.am
index 4d5a41e..e54dfae 100644
--- a/plug-ins/postscript/Makefile.am
+++ b/plug-ins/postscript/Makefile.am
@@ -1,36 +1,36 @@
-if WITH_FREETYPE
-freetype_files = diapsft2renderer.h diapsft2renderer.c
-else
-freetype_files =
-endif
-
-plugin_sources = \
- postscript.c \
- ps-utf8.c \
- ps-utf8.h \
- diapsrenderer.h \
- diapsrenderer.c \
- $(freetype_files) \
- paginate_psprint.c \
- paginate_psprint.h \
- render_eps.c \
- render_eps.h
-
-pkglib_LTLIBRARIES = libpostscript_filter.la
-
+if WITH_FREETYPE
+freetype_files = diapsft2renderer.h diapsft2renderer.c
+else
+freetype_files =
+endif
+
+plugin_sources = \
+ postscript.c \
+ ps-utf8.c \
+ ps-utf8.h \
+ diapsrenderer.h \
+ diapsrenderer.c \
+ $(freetype_files) \
+ paginate_psprint.c \
+ paginate_psprint.h \
+ render_eps.c \
+ render_eps.h
+
+pkglib_LTLIBRARIES = libpostscript_filter.la
+
EXTRA_DIST = \
diapsft2renderer.c \
- diapsft2renderer.h \
- win32print.c \
- win32print.h
-
-libpostscript_filter_la_SOURCES = $(plugin_sources)
-
-libpostscript_filter_la_LDFLAGS = -export-dynamic -module -avoid-version
-
-libpostscript_filter_la_LIBADD =
-if WITH_FREETYPE
-libpostscript_filter_la_LIBADD += $(FREETYPE_LIBS)
-endif
-
-INCLUDES = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(CAIRO_CFLAGS)
+ diapsft2renderer.h \
+ win32print.c \
+ win32print.h
+
+libpostscript_filter_la_SOURCES = $(plugin_sources)
+
+libpostscript_filter_la_LDFLAGS = -export-dynamic -module -avoid-version
+
+libpostscript_filter_la_LIBADD =
+if WITH_FREETYPE
+libpostscript_filter_la_LIBADD += $(FREETYPE_LIBS)
+endif
+
+INCLUDES = -I$(srcdir)/../../lib $(GTK_CFLAGS) $(DEBUG_FLAGS) $(CAIRO_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]