picexif: fix buffer overflow
[enigma2.git] / lib / components / Makefile.am
index cef5890e5d3271d5753fd0dc984173fff7737cc3..364c6945c989eb94b73438856c12cde924d08387 100644 (file)
@@ -4,10 +4,13 @@ AM_CPPFLAGS = \
        -include Python.h \
        -include $(top_builddir)/enigma2_config.h
 
-noinst_LTLIBRARIES = libenigma_components.la
+noinst_LIBRARIES = libenigma_components.a
 
-libenigma_components_la_SOURCES = \
+libenigma_components_a_SOURCES = \
        file_eraser.cpp \
+       scan.cpp
+
+componentsincludedir = $(pkgincludedir)/lib/components
+componentsinclude_HEADERS = \
        file_eraser.h \
-       scan.cpp \
        scan.h