[commit] r2409 - trunk/include

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Sun Jan 4 16:44:02 CET 2009


Author: dslinux_sonny_jim
Date: Sun Jan  4 16:44:02 2009
New Revision: 2409

Log:
Build libsndfile before libaudiofile

Modified:
   trunk/include/Makefile

Modified: trunk/include/Makefile
==============================================================================
--- trunk/include/Makefile	(original)
+++ trunk/include/Makefile	Sun Jan  4 16:44:02 2009
@@ -76,8 +76,8 @@
 	$(ROOTDIR)/lib/audiofile/src/libaudiofile/aupvlist.h,. \
 	$(ROOTDIR)/lib/sdl_mixer/src/SDL_mixer.h,. \
         $(ROOTDIR)/lib/libtremor/src/*.h,tremor \
-	$(ROOTDIR)/lib/libsamplerate/src/src/*.h,. \
-	$(ROOTDIR)/lib/libsndfile/src/src/*.h,.
+	$(ROOTDIR)/lib/libsndfile/src/src/sndfile.h,. \
+	$(ROOTDIR)/lib/libsamplerate/src/src/*.h,. 
 #
 # Both freeswan and openswan can provide des and crypto headers
 # and we need to make sure we are using the correct ones.


More information about the dslinux-commit mailing list