From 74dae54b1b092aca744b4df6668569d6fc1153b5 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sun, 11 Jan 2009 20:44:33 +0100 Subject: Add a pythyon binding to the library (using SWIG). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 264b0a3..fdb496d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src include plutil +SUBDIRS = src include plutil swig pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libplist-1.0.pc -- cgit v1.1-32-gdbae