Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/comics/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'comics/Makefile.am')
-rw-r--r--comics/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/comics/Makefile.am b/comics/Makefile.am
deleted file mode 100644
index bf11eb8..0000000
--- a/comics/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/backend \
- -I$(top_srcdir)/lib \
- $(LIB_CFLAGS)
-
-noinst_LTLIBRARIES = libcomicsdocument.la
-
-libcomicsdocument_la_SOURCES = \
- comics-document.c \
- comics-document.h
-