Commit 811a53ae authored by Nikias Bassen's avatar Nikias Bassen

cython: Make sure plist.pxd is installed correctly

parent c253e70c
...@@ -27,4 +27,7 @@ plist.c: plist.pyx $(PXDINCLUDES) $(PXIINCLUDES) ...@@ -27,4 +27,7 @@ plist.c: plist.pyx $(PXDINCLUDES) $(PXIINCLUDES)
.pyx.c: .pyx.c:
$(CYTHON) -I$(CYTHON_PLIST_INCLUDE_DIR) -I$(top_srcdir)/src -o $@ $< $(CYTHON) -I$(CYTHON_PLIST_INCLUDE_DIR) -I$(top_srcdir)/src -o $@ $<
pxddir = $(includedir)/plist/cython
pxd_DATA = plist.pxd
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment