diff options
Diffstat (limited to 'src/decomp')
-rwxr-xr-x | src/decomp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decomp/Makefile.am b/src/decomp/Makefile.am index 8e9dce2..0d1bf83 100755 --- a/src/decomp/Makefile.am +++ b/src/decomp/Makefile.am @@ -2,7 +2,7 @@ noinst_LTLIBRARIES = libdecomp.la libdecomp_la_SOURCES = \ - context.-int.h \ + context-int.h \ context.h context.c \ expression-int.h \ expression.h expression.c \ |