diff options
author | Jonathan Beck | 2009-01-11 20:44:33 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-01-11 20:44:33 +0100 |
commit | 74dae54b1b092aca744b4df6668569d6fc1153b5 (patch) | |
tree | 46d0e9ade9da94d12a57a06032f4fe81716ff8f5 /Makefile.am | |
parent | ed5f0b7154a5f653c240e6962098ae7b28ab61e5 (diff) | |
download | libplist-74dae54b1b092aca744b4df6668569d6fc1153b5.tar.gz libplist-74dae54b1b092aca744b4df6668569d6fc1153b5.tar.bz2 |
Add a pythyon binding to the library (using SWIG).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |