Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/djvu/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'djvu/Makefile.am')
-rw-r--r--djvu/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/djvu/Makefile.am b/djvu/Makefile.am
deleted file mode 100644
index 62b76a5..0000000
--- a/djvu/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/backend \
- -I$(top_srcdir)/lib \
- -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \
- $(LIB_CFLAGS) \
- $(DJVU_CFLAGS)
-
-noinst_LTLIBRARIES = libgtkdjvu.la
-
-libgtkdjvu_la_SOURCES = \
- djvu-document.c \
- djvu-document.h \
- djvu-document-private.h \
- djvu-links.c \
- djvu-links.h \
- djvu-text.c \
- djvu-text.h \
- djvu-text-page.c \
- djvu-text-page.h
-
-
-