X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=d2e80a2f4826c15db6e969d4599d7684b3dc54e2;hp=4cf31bf9419a300f7eb66e73ba23fab98f5d6df9;hb=199fd93eb6f74d81b304d310c8b1b1bb9b55db82;hpb=297e0855665e45708b114048e42befc4654cdbee diff --git a/Makefile.am b/Makefile.am index 4cf31bf9..d2e80a2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,6 @@ libwim_la_SOURCES = \ src/security.c \ src/sha1.c \ src/split.c \ - src/swm.c \ src/reparse.c \ src/timestamp.c \ src/update_image.c \ @@ -68,6 +67,7 @@ libwim_la_SOURCES = \ include/wimlib/endianness.h \ include/wimlib/error.h \ include/wimlib/file_io.h \ + include/wimlib/glob.h \ include/wimlib/header.h \ include/wimlib/integrity.h \ include/wimlib/list.h \ @@ -80,7 +80,6 @@ libwim_la_SOURCES = \ include/wimlib/resource.h \ include/wimlib/security.h \ include/wimlib/sha1.h \ - include/wimlib/swm.h \ include/wimlib/timestamp.h \ include/wimlib/types.h \ include/wimlib/util.h \ @@ -186,8 +185,8 @@ install-data-hook: uninstall-hook: if [ "@IMAGEX_PROGNAME@" != imagex ]; then \ - rm -f $(DESTDIR)$(bindir)/"@IMAGEX_PROGNAME@" \ - rm -f $(DESTDIR)$(bindir)/imagex \ + rm -f $(DESTDIR)$(bindir)/"@IMAGEX_PROGNAME@"; \ + rm -f $(DESTDIR)$(bindir)/imagex; \ fi for cmd in $(imagex_cmds); do \ rm -f $(DESTDIR)$(bindir)/wim$${cmd}; \