aboutsummaryrefslogtreecommitdiffstats
path: root/libart_lgpl/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-17 21:58:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:50:02 +0800
commit67420580070ea143a4c8c4eb07d51ea800928d3f (patch)
tree2c5e5c1f4b0876ff47d49c13b5752c3e66579c4a /libart_lgpl/Makefile.am
parent3e97227202f38a8cf44732abbb5bf708c12072ef (diff)
downloadgsoc2013-evolution-67420580070ea143a4c8c4eb07d51ea800928d3f.tar
gsoc2013-evolution-67420580070ea143a4c8c4eb07d51ea800928d3f.tar.gz
gsoc2013-evolution-67420580070ea143a4c8c4eb07d51ea800928d3f.tar.bz2
gsoc2013-evolution-67420580070ea143a4c8c4eb07d51ea800928d3f.tar.lz
gsoc2013-evolution-67420580070ea143a4c8c4eb07d51ea800928d3f.tar.xz
gsoc2013-evolution-67420580070ea143a4c8c4eb07d51ea800928d3f.tar.zst
gsoc2013-evolution-67420580070ea143a4c8c4eb07d51ea800928d3f.zip
Remove libart
It's not used by the gnome-canvas anymore.
Diffstat (limited to 'libart_lgpl/Makefile.am')
-rw-r--r--libart_lgpl/Makefile.am82
1 files changed, 0 insertions, 82 deletions
diff --git a/libart_lgpl/Makefile.am b/libart_lgpl/Makefile.am
deleted file mode 100644
index 1291a7bfd4..0000000000
--- a/libart_lgpl/Makefile.am
+++ /dev/null
@@ -1,82 +0,0 @@
-libart_lgplincludedir = $(privincludedir)/libart_lgpl
-
-privsolib_LTLIBRARIES = libart_lgpl.la
-
-libart_lgpl_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- -I$(top_srcdir) \
- $(GNOME_PLATFORM_CFLAGS)
-
-libart_lgplinclude_HEADERS = \
- art_affine.h \
- art_alphagamma.h \
- art_bpath.h \
- art_filterlevel.h \
- art_gray_svp.h \
- art_misc.h \
- art_pathcode.h \
- art_point.h \
- art_rect.h \
- art_rect_svp.h \
- art_rect_uta.h \
- art_render.h \
- art_rgb.h \
- art_rgb_affine.h \
- art_rgb_affine_private.h \
- art_rgb_rgba_affine.h \
- art_rgb_svp.h \
- art_svp.h \
- art_svp_intersect.h \
- art_svp_ops.h \
- art_svp_point.h \
- art_svp_render_aa.h \
- art_svp_vpath.h \
- art_svp_vpath_stroke.h \
- art_svp_wind.h \
- art_uta.h \
- art_uta_rect.h \
- art_uta_svp.h \
- art_uta_vpath.h \
- art_vpath.h \
- art_vpath_bpath.h \
- art_vpath_dash.h \
- art_vpath_svp.h \
- libart.h
-
-libart_lgpl_la_SOURCES = \
- art_affine.c \
- art_bpath.c \
- art_gray_svp.c \
- art_misc.c \
- art_rect.c \
- art_rect_svp.c \
- art_rect_uta.c \
- art_render.c \
- art_rgb.c \
- art_rgb_affine.c \
- art_rgb_affine_private.c \
- art_rgb_rgba_affine.c \
- art_rgb_svp.c \
- art_svp.c \
- art_svp_intersect.c \
- art_svp_ops.c \
- art_svp_point.c \
- art_svp_render_aa.c \
- art_svp_vpath.c \
- art_svp_vpath_stroke.c \
- art_uta.c \
- art_uta_rect.c \
- art_uta_svp.c \
- art_uta_vpath.c \
- art_vpath.c \
- art_vpath_bpath.c \
- art_vpath_dash.c \
- art_vpath_svp.c
-
-libart_lgpl_la_LIBADD = \
- $(GNOME_PLATFORM_LIBS) \
- $(MATH_LIB)
-
-libart_lgpl_la_LDFLAGS = $(NO_UNDEFINED)
-
--include $(top_srcdir)/git.mk