aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-22 21:55:26 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-22 21:55:26 +0100
commita96ff49819b5016e61197256cd8b53dc17386b29 (patch)
tree7852ae7f94ad46782962e19a3e90ad8482ed9784 /Makefile
parent2394a74289fabb7592cf42a9311b990aa940e8fc (diff)
downloadtoolame-dab-a96ff49819b5016e61197256cd8b53dc17386b29.tar.gz
toolame-dab-a96ff49819b5016e61197256cd8b53dc17386b29.tar.bz2
toolame-dab-a96ff49819b5016e61197256cd8b53dc17386b29.zip
integration with mot-encoder
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 665387f..6d80dba 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,8 @@ c_sources = \
availbits.c \
ath.c \
encode_new.c \
- zmqoutput.c
+ zmqoutput.c \
+ xpad.c
OBJ = $(c_sources:.c=.o)