aboutsummaryrefslogtreecommitdiff
path: root/lib/components/Makefile.am
blob: 364c6945c989eb94b73438856c12cde924d08387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include \
	-include Python.h \
	-include $(top_builddir)/enigma2_config.h

noinst_LIBRARIES = libenigma_components.a

libenigma_components_a_SOURCES = \
	file_eraser.cpp \
	scan.cpp

componentsincludedir = $(pkgincludedir)/lib/components
componentsinclude_HEADERS = \
	file_eraser.h \
	scan.h