From: Robert K. <may...@us...> - 2004-02-04 07:12:26
|
Update of /cvsroot/bitcollider/bitcollider/wav In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10470/wav Modified Files: Makefile.am Log Message: Reworked the stupid makefiles to not install modules twice. Index: Makefile.am =================================================================== RCS file: /cvsroot/bitcollider/bitcollider/wav/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile.am 2 Feb 2004 01:44:57 -0000 1.3 --- Makefile.am 4 Feb 2004 07:10:06 -0000 1.4 *************** *** 8,19 **** INCLUDES = -I$(top_srcdir)/.. -I$(top_srcdir)/ver -I$(top_srcdir)/include ! lib_LTLIBRARIES = libwav.la ! libwav_la_SOURCES = wav.c ! libwav_la_LDFLAGS = -module -avoid-version all: mkdir -p $(top_srcdir)/plugins rm -f $(top_srcdir)/plugins/wav.bcp ! ln -s $(top_srcdir)/wav/.libs/libwav $(top_srcdir)/plugins/wav.bcp clean distclean: --- 8,21 ---- INCLUDES = -I$(top_srcdir)/.. -I$(top_srcdir)/ver -I$(top_srcdir)/include ! lib_LTLIBRARIES = wav.la ! wav_la_SOURCES = wav.c ! wav_la_LDFLAGS = -module -avoid-version all: mkdir -p $(top_srcdir)/plugins rm -f $(top_srcdir)/plugins/wav.bcp ! ln -s $(top_srcdir)/wav/.libs/wav $(top_srcdir)/plugins/wav.bcp ! ! install-exec-am: clean distclean: |