From d4056662a4c70bf2817d470694a3506bb35f0b7f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 9 Mar 2007 22:50:48 +0000 Subject: Move the pcsound library to the top level, alongside textscreen. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 849 --- src/pcsound/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/pcsound/Makefile.am (limited to 'src/pcsound/Makefile.am') diff --git a/src/pcsound/Makefile.am b/src/pcsound/Makefile.am deleted file mode 100644 index 77957d72..00000000 --- a/src/pcsound/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ - -AM_CFLAGS= @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ - -noinst_LIBRARIES=libpcsound.a - -libpcsound_a_SOURCES = \ - pcsound.c pcsound.h \ - pcsound_sdl.c \ - pcsound_win32.c - -- cgit v1.2.3