diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-27 19:18:18 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-27 19:18:18 -0700 |
commit | dea1c801705287ff946e522e4d9efff7f13ad6cb (patch) | |
tree | 0ad5d56bb7fe0956cf345338d45fda322da12fe2 /src/tet3 | |
parent | aa64a1cebf075f962556913f4e5a9161670d2d06 (diff) |
Don't install tcc
At least for now, it will only be used within the xtest repo.
Diffstat (limited to 'src/tet3')
-rw-r--r-- | src/tet3/tcc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tet3/tcc/Makefile.am b/src/tet3/tcc/Makefile.am index 9e07f783..542ebb39 100644 --- a/src/tet3/tcc/Makefile.am +++ b/src/tet3/tcc/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I../inc -I$(top_srcdir)/include -DTET_LITE -bin_PROGRAMS = tcc +noinst_PROGRAMS = tcc # Note: the order of these is important tcc_LDADD = ../tcm/libapi.a ../apilib/libapi.a ../tcclib/libapi.a ../dtet2lib/libapi.a tcc_SOURCES = cleanup.c \ |