summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-04 13:38:34 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-04 13:38:34 +0000
commit0935abceb503620cc471a0cd11963095fcb57303 (patch)
tree314154fc4cbceafb616a7a53fffb4b274852087b
parenta922e139d7c5085eea4ea604b0f4efb3b1d17a8b (diff)
downloadlasso-0935abceb503620cc471a0cd11963095fcb57303.tar.gz
lasso-0935abceb503620cc471a0cd11963095fcb57303.tar.xz
lasso-0935abceb503620cc471a0cd11963095fcb57303.zip
added types.c generation to Makefile and to .cvsignore
-rw-r--r--lasso/.cvsignore2
-rw-r--r--lasso/Makefile.am7
2 files changed, 8 insertions, 1 deletions
diff --git a/lasso/.cvsignore b/lasso/.cvsignore
index 0849178e..6176f5b3 100644
--- a/lasso/.cvsignore
+++ b/lasso/.cvsignore
@@ -8,3 +8,5 @@ version.h
*.la
.libs
.deps
+types.c
+
diff --git a/lasso/Makefile.am b/lasso/Makefile.am
index d87a95da..091bf779 100644
--- a/lasso/Makefile.am
+++ b/lasso/Makefile.am
@@ -18,7 +18,12 @@ lib_LTLIBRARIES = liblasso.la
liblassoinclude_HEADERS = export.h lasso.h lasso_config.h
-liblasso_la_SOURCES = lasso.c
+liblasso_la_SOURCES = lasso.c types.c
+
+types.c:
+ python extract_types.py
+
+EXTRA_DIST = extract_types.py
if MINGW
liblasso_la_LIBADD = \