From 811a53aefe4693113ef723783c151e473853a398 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 8 Aug 2019 11:13:25 +0200 Subject: cython: Make sure plist.pxd is installed correctly --- cython/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cython') diff --git a/cython/Makefile.am b/cython/Makefile.am index 24e9dea..bce8121 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am @@ -27,4 +27,7 @@ plist.c: plist.pyx $(PXDINCLUDES) $(PXIINCLUDES) .pyx.c: $(CYTHON) -I$(CYTHON_PLIST_INCLUDE_DIR) -I$(top_srcdir)/src -o $@ $< +pxddir = $(includedir)/plist/cython +pxd_DATA = plist.pxd + endif -- cgit v1.1-32-gdbae