aboutsummaryrefslogtreecommitdiff
path: root/lib/service/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/service/Makefile.am')
-rw-r--r--lib/service/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/service/Makefile.am b/lib/service/Makefile.am
index 18c012a5..a19b8b1b 100644
--- a/lib/service/Makefile.am
+++ b/lib/service/Makefile.am
@@ -7,9 +7,9 @@ AM_CPPFLAGS = \
AM_CXXFLAGS = \
$(LIBXINE_CFLAGS)
-noinst_LTLIBRARIES = libenigma_service.la
+noinst_LIBRARIES = libenigma_service.a
-libenigma_service_la_SOURCES = \
+libenigma_service_a_SOURCES = \
event.cpp \
event.h \
iservice.h \
@@ -27,7 +27,7 @@ libenigma_service_la_SOURCES = \
servicemp3.h
if HAVE_LIBXINE
-libenigma_service_la_SOURCES += \
+libenigma_service_a_SOURCES += \
servicexine.cpp \
servicexine.h
endif