diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-10 18:09:12 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-10 18:09:20 +0100 |
commit | 283ddef45b96da1498c8668dd5c9a3bf7ef36e78 (patch) | |
tree | 5628fe020d948605ba385a43374c257232b373c1 | |
parent | c2863cf4bee6459f1bb72c73bcf83596051cf96d (diff) | |
download | ODR-AudioEnc-283ddef45b96da1498c8668dd5c9a3bf7ef36e78.tar.gz ODR-AudioEnc-283ddef45b96da1498c8668dd5c9a3bf7ef36e78.tar.bz2 ODR-AudioEnc-283ddef45b96da1498c8668dd5c9a3bf7ef36e78.zip |
Remove not existing file from EXTRA_DIST
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3c0bea1..5848c2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,7 +129,6 @@ libtoolame_dab_la_SOURCES = \ EXTRA_DIST = $(top_srcdir)/bootstrap \ $(top_srcdir)/README.md \ $(top_srcdir)/ChangeLog \ - $(top_srcdir)/LICENCE \ $(top_srcdir)/libtoolame-dab.sym \ $(top_srcdir)/Doxyfile \ $(top_srcdir)/contrib/fec/LICENSE \ |