Fix "make distcheck".

* examples/calc++/Makefile.am: Say $(srcdir)/calc.stamp instead
of just calc.stamp.
This commit is contained in:
Joel E. Denny
2009-08-04 15:09:53 -04:00
parent 42f8609bbd
commit cfc9e431c3
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
2009-08-04 Joel E. Denny <[email protected]>
Fix "make distcheck".
* examples/calc++/Makefile.am: Say $(srcdir)/calc.stamp instead
of just calc.stamp.
2009-08-01 Joel E. Denny <[email protected]>
Pacify "gcc -Wunused" for the input function from Flex.