diff options
Diffstat (limited to 'swig/Makefile.am')
| -rw-r--r-- | swig/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am index 2e5b280..1b3b4a2 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am | |||
| @@ -3,6 +3,9 @@ INCLUDES = -I$(top_srcdir)/include | |||
| 3 | BUILT_SOURCES = $(srcdir)/plist_wrap.c | 3 | BUILT_SOURCES = $(srcdir)/plist_wrap.c |
| 4 | SWIG_SOURCES = plist.i | 4 | SWIG_SOURCES = plist.i |
| 5 | 5 | ||
| 6 | swigincludedir =$(includedir)/plist/swig | ||
| 7 | swiginclude_HEADERS = $(SWIG_SOURCES) | ||
| 8 | |||
| 6 | pkgpython_PYTHON = PList.py __init__.py | 9 | pkgpython_PYTHON = PList.py __init__.py |
| 7 | pkgpyexec_LTLIBRARIES = _PList.la | 10 | pkgpyexec_LTLIBRARIES = _PList.la |
| 8 | _PList_la_SOURCES = $(srcdir)/plist_wrap.c $(SWIG_SOURCES) | 11 | _PList_la_SOURCES = $(srcdir)/plist_wrap.c $(SWIG_SOURCES) |
