blob: 960e101cca851dd1b30a4cadaa9fe868515577cc (
plain)
1
2
3
4
5
6
7
8
|
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/include \
-include Python.h
noinst_LTLIBRARIES = libenigma_components.la
libenigma_components_la_SOURCES = scan.cpp file_eraser.cpp
|