[gcalctool] Add enum type templates to source distributions



commit d25202ef8c6f0b4e77443965055384f1dd4c21f6
Author: Robin Sonefors <ozamosi flukkost nu>
Date:   Tue Oct 5 04:20:42 2010 +0200

    Add enum type templates to source distributions

 src/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index db74fe0..6ffcfc4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -107,7 +107,9 @@ uninstall-local:
 
 EXTRA_DIST = \
 	mp-equation-parser.y \
-	mp-equation-lexer.l
+	mp-equation-lexer.l \
+	math-enums.c.template \
+	math-enums.h.template
 
 DISTCLEANFILES = \
 	Makefile.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]