Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/impress/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'impress/Makefile.am')
-rw-r--r--impress/Makefile.am38
1 files changed, 0 insertions, 38 deletions
diff --git a/impress/Makefile.am b/impress/Makefile.am
deleted file mode 100644
index 3740855..0000000
--- a/impress/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/backend \
- $(SHELL_CFLAGS) \
- -DDATADIR=\""$(datadir)"\"
-
-noinst_LTLIBRARIES = libimpressdocument.la
-
-libimpressdocument_la_SOURCES = \
- $(IMPOSTER_SOURCE_FILES) \
- $(IMPOSTER_INCLUDE_FILES) \
- impress-document.c \
- impress-document.h
-
-IMPOSTER_SOURCE_FILES = \
- document.c \
- f_oasis.c \
- f_oo13.c \
- iksemel.c \
- r_back.c \
- r_draw.c \
- render.c \
- r_geometry.c \
- r_gradient.c \
- r_style.c \
- r_text.c \
- zip.c
-IMPOSTER_INCLUDE_FILES = \
- common.h \
- iksemel.h \
- imposter.h \
- internal.h \
- zip.h
-IMPOSTER_RENDER_SOURCE_FILES = \
- render.c
-IMPOSTER_RENDER_INCLUDE_FILES = \
- render.h
-