X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=3f04be86da1402247e3721e7f9706fbb2c849add;hp=cec197d39fe8eb85141caedefbef719ed3588a5e;hb=85cc44d618877b8dbedf56fd8f5454a948a636a3;hpb=caa7ee2a4fad1822e67748866fb9c722a4d513e4 diff --git a/Makefile.am b/Makefile.am index cec197d3..3f04be86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,9 @@ libwim_la_SOURCES = \ src/ntfs-apply.c \ src/ntfs-capture.c \ src/resource.c \ + src/rbtree.c \ + src/rbtree.h \ + src/rbtree_augmented.h \ src/security.c \ src/security.h \ src/sha1.c \ @@ -89,7 +92,9 @@ include_HEADERS = src/wimlib.h EXTRA_DIST = \ build-aux/strip_fPIC.sh \ + archlinux \ debian \ + rpm \ programs/install.cmd \ tests/common_tests.sh \ tests/security_descriptor_1.base64 \