cython: Make sure plist.pxd is installed correctly
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 @@
 .pyx.c:
 	$(CYTHON) -I$(CYTHON_PLIST_INCLUDE_DIR) -I$(top_srcdir)/src -o $@ $<
 
+pxddir = $(includedir)/plist/cython
+pxd_DATA = plist.pxd
+
 endif