summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index ea9c2356..00000000
--- a/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-AUTOMAKE_OPTIONS = foreign dist-zip
-
-SUBDIRS = lib include doc examples win32 debian vq
-
-m4datadir = $(datadir)/aclocal
-m4data_DATA = vorbis.m4
-
-EXTRA_DIST = README AUTHORS COPYING libvorbis.spec vorbis.m4 acinclude.m4\
- todo.txt
-
-debug:
- $(MAKE) all CFLAGS="@DEBUG@"
-
-profile:
- $(MAKE) all CFLAGS="@PROFILE@"