Code clean up

This commit is contained in:
Joachim Metz
2026-06-07 07:47:57 +02:00
parent 04b0b41273
commit 18a2fb7867
+2 -2
View File
@@ -1,5 +1,5 @@
if HAVE_PYTHON
AM_CFLAGS = \
AM_CPPFLAGS = \
-I../include -I$(top_srcdir)/include \
-I../common -I$(top_srcdir)/common \
@LIBCERROR_CPPFLAGS@ \
@@ -42,7 +42,7 @@ pyexe_la_LIBADD = \
@LIBCPATH_LIBADD@ \
@LIBBFIO_LIBADD@
pyexe_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
pyexe_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_CPPFLAGS)
pyexe_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
endif