summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-08-08 11:13:25 +0200
committerGravatar Nikias Bassen2019-08-08 11:17:03 +0200
commit811a53aefe4693113ef723783c151e473853a398 (patch)
tree26a4c7c7b5bdf59eb57373860840495f0185ee25
parentc253e70ce4a6ee14c0c4599aff6af61f11712e69 (diff)
downloadlibplist-811a53aefe4693113ef723783c151e473853a398.tar.gz
libplist-811a53aefe4693113ef723783c151e473853a398.tar.bz2
cython: Make sure plist.pxd is installed correctly
-rw-r--r--cython/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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