Page MenuHomePhabricator

Makefile.am
No OneTemporary

Size
355 B
Referenced Files
None
Subscribers
None

Makefile.am

if HAVE_PYTHON
AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/common
# This is for the libewf python module (pyewf)
pyexec_LTLIBRARIES = pyewf.la
pyewf_la_SOURCES = \
pyewf.c pyewf.h \
pyewf_file.c pyewf_file.h
pyewf_la_LIBADD = ../libewf/libewf.la
pyewf_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
pyewf_la_LDFLAGS = -module $(PYTHON_LDFLAGS)
endif

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 21, 6:10 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361377
Default Alt Text
Makefile.am (355 B)

Event Timeline