diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-14 14:46:09 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-14 14:46:09 -0700 |
commit | 61d4aa041f800429127aab3263c50cbc6e69ae50 (patch) | |
tree | 94e026fd92bd8fd1b63917522f6fd7df8d7f59b7 /Makefile.am | |
parent | 824b659d917a5f14a1f66b891d25036ef9f9adc6 (diff) |
Move stand-alone compiler main routine to main.cpp
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 544d446aec..44748dc886 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = glsl glsl_SOURCES = \ + main.cpp \ builtin_types.h \ symbol_table.c hash_table.c glsl_types.cpp \ glsl_parser.ypp glsl_lexer.lpp glsl_parser_extras.cpp \ |