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

noinst_LTLIBRARIES = libenigma_components.la

libenigma_components_la_SOURCES = \
	file_eraser.cpp \
	file_eraser.h \
	scan.cpp \
	scan.h