diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 155ac08..4fb779d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE AM_CFLAGS = $(WARN_CFLAGS) noinst_LIBRARIES = +noinst_PROGRAMS = bin_PROGRAMS = dist_man1_MANS = check_PROGRAMS = @@ -16,4 +17,5 @@ include lib/Makemodule.am include tar/Makemodule.am include mkfs/Makemodule.am include unpack/Makemodule.am +include difftool/Makemodule.am include tests/Makemodule.am |