diff options
author | Martin Storsjo <martin@martin.st> | 2021-03-04 14:20:59 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2021-03-04 14:20:59 +0200 |
commit | f8db6a7b79f0a8aefbddcb21ce5e17507248b1e9 (patch) | |
tree | 7b5b57cd8e88f64e7becae2b6cd473d7cc7c430b /Makefile.am | |
parent | 606547f4adb3869bccc3f28bff32eefd439c45da (diff) | |
download | fdk-aac-f8db6a7b79f0a8aefbddcb21ce5e17507248b1e9.tar.gz fdk-aac-f8db6a7b79f0a8aefbddcb21ce5e17507248b1e9.tar.bz2 fdk-aac-f8db6a7b79f0a8aefbddcb21ce5e17507248b1e9.zip |
Remove the separate nmakefile for MSVC
The CMake files should work equally well for MSVC nowadays.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b39eb5d..82edde4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -262,7 +262,6 @@ EXTRA_DIST = \ $(top_srcdir)/Android.bp \ $(top_srcdir)/fdk-aac.def \ $(top_srcdir)/fdk-aac.sym \ - $(top_srcdir)/Makefile.vc \ $(top_srcdir)/documentation/*.pdf \ $(top_srcdir)/libAACdec/src/*.h \ $(top_srcdir)/libAACdec/src/arm/*.cpp \ |