diff options
author | Tinderbox user <tinderbox@tinder.box> | 2009-09-11 10:16:31 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-11 10:50:44 +1000 |
commit | b6fa5743b86d52d0d3cd5ccd11e740e195043773 (patch) | |
tree | cf629244027684b9666e4157ea03a8935893cb6a /src | |
parent | 1cb70454247c0bf99dce7feeaaf467ee900a40bb (diff) |
install tcc
Diffstat (limited to 'src')
-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 4e2d0cc4..fc078aa5 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 -noinst_PROGRAMS = tcc +bin_PROGRAMS = tcc tcc_LDADD = ../tcclib/libtcc.la tcc_SOURCES = cleanup.c \ config.c \ |