diff options
Diffstat (limited to 'src/format/Makefile.am')
-rw-r--r-- | src/format/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am index a3402ee..3f18b88 100644 --- a/src/format/Makefile.am +++ b/src/format/Makefile.am @@ -4,7 +4,7 @@ noinst_LTLIBRARIES = libformat.la libformat_la_SOURCES = \ debuggable-int.h \ debuggable.h debuggable.c \ - executable-int.h \ + executable-int.h executable-int.c \ executable.h executable.c \ format-int.h \ format.h format.c \ |