diff options
author | Martin Storsjo <martin@martin.st> | 2013-11-25 12:25:19 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2013-11-25 12:25:55 +0200 |
commit | c3f7404aab05002b6ca51a51e41e35841f0004e4 (patch) | |
tree | ed77a4e7bb9e4c187a9cb8309e71813b891a7e14 /Makefile.am | |
parent | 164fc98be11cfdc61e91561fc3b16a5991a71744 (diff) | |
download | ODR-AudioEnc-c3f7404aab05002b6ca51a51e41e35841f0004e4.tar.gz ODR-AudioEnc-c3f7404aab05002b6ca51a51e41e35841f0004e4.tar.bz2 ODR-AudioEnc-c3f7404aab05002b6ca51a51e41e35841f0004e4.zip |
Include autogen.sh when building distribution packages
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e995b0a..e179cf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -184,6 +184,7 @@ libfdk_aac_la_SOURCES = \ $(PCMUTILS_SRC) $(FDK_SRC) $(SYS_SRC) EXTRA_DIST = \ + $(top_srcdir)/autogen.sh \ $(top_srcdir)/NOTICE \ $(top_srcdir)/Android.mk \ $(top_srcdir)/fdk-aac.sym \ |