summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index ea8139f522..4eabcd046a 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -38,6 +38,7 @@ HEADERS = adler32.h \
samplefmt.h \
sha.h \
time.h \
+ xtea.h \
ARCH_HEADERS = bswap.h \
intmath.h \
@@ -83,6 +84,7 @@ OBJS = adler32.o \
time.o \
tree.o \
utils.o \
+ xtea.o \
TESTPROGS = adler32 \
aes \
@@ -101,3 +103,4 @@ TESTPROGS = adler32 \
parseutils \
sha \
tree \
+ xtea \