diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-05-02 06:38:40 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-05-02 06:38:40 (GMT) |
commit | 4a137929c72b76d076387cd7e9d0d597e93d1974 (patch) | |
tree | e5784facb3565e46d6e0a7a992115b20635653bc /src/decomp | |
parent | ef68a3dd8ff259200ca7f088eecc9ce35e7ffe8f (diff) |
Fixed some Makefiles in order to be able to run 'make dist'.
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 \ |