Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Makefile.am')
-rw-r--r--backend/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/Makefile.am b/backend/Makefile.am
index 1a2547e..cc0acf4 100644
--- a/backend/Makefile.am
+++ b/backend/Makefile.am
@@ -7,9 +7,9 @@ INCLUDES= \
$(EVINCE_DISABLE_DEPRECATED) \
$(NULL)
-noinst_LTLIBRARIES = liblibevbackend.la
+noinst_LTLIBRARIES = libevbackend.la
-liblibevbackend_la_SOURCES= \
+libevbackend_la_SOURCES= \
ev-document.c \
ev-document.h \
$(NULL)