]> git.saurik.com Git - bison.git/blobdiff - examples/calc++/Makefile.am
* examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
[bison.git] / examples / calc++ / Makefile.am
index 1456f2e7fd64054013196cda01db93bd49784509..fea49b173451a474f3d7372728d57f46ba7d4757 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2005 Free Software Foundation, Inc.
+## Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ $(calc_sources_generated): $(srcdir)/calc++-parser.stamp
 ## Building & testing calc++.  ##
 ## --------------------------- ##
 
-noinst_PROGRAMS = calc++
+check_PROGRAMS = calc++
 
 calc_sources_extracted = $(srcdir)/calc++-scanner.ll $(srcdir)/calc++.cc \
        $(srcdir)/calc++-driver.hh $(srcdir)/calc++-driver.cc