summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Brej <cbrej@cs.man.ac.uk>2010-08-05 20:36:45 +0100
committerCharlie Brej <cbrej@cs.man.ac.uk>2010-08-05 20:36:45 +0100
commit5b65ee5303b007efc6c3447e8ac040853edb5264 (patch)
treee4f3bd7165f68d91824a31ca4e2cd5f1fd489917
parent04fc09acaf4e57ecc5834874a4e6a1c4a377e7c8 (diff)
Rebuild bindings when .h file has changed
-rw-r--r--src/bindings/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/python/Makefile.am b/src/bindings/python/Makefile.am
index e184b50..c08035b 100644
--- a/src/bindings/python/Makefile.am
+++ b/src/bindings/python/Makefile.am
@@ -1,5 +1,5 @@
BUILT_SOURCES = tidbit_wrap.c
-SWIG_SOURCES = ../tidbit.i
+SWIG_SOURCES = ../tidbit.i $(top_srcdir)/src/libtidbit/tidbit.h
CLEANFILES = tidbit.py tidbit.pyc tidbit_wrap.c _tidbit.la