diff options
| -rw-r--r-- | cython/Makefile.am | 3 |
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) | |||
| 27 | .pyx.c: | 27 | .pyx.c: |
| 28 | $(CYTHON) -I$(CYTHON_PLIST_INCLUDE_DIR) -I$(top_srcdir)/src -o $@ $< | 28 | $(CYTHON) -I$(CYTHON_PLIST_INCLUDE_DIR) -I$(top_srcdir)/src -o $@ $< |
| 29 | 29 | ||
| 30 | pxddir = $(includedir)/plist/cython | ||
| 31 | pxd_DATA = plist.pxd | ||
| 32 | |||
| 30 | endif | 33 | endif |
