From: <pst...@us...> - 2013-10-10 20:21:56
|
Revision: 1034 http://sourceforge.net/p/jazzplusplus/code/1034 Author: pstieber Date: 2013-10-10 20:21:53 +0000 (Thu, 10 Oct 2013) Log Message: ----------- 1. Fixed the non-ALSA source list. 2. Moved *.h files to the proper section. 3. Commented out the old portmidi library specifications for the mac and replaced with a simpler one. Modified Paths: -------------- trunk/jazz/src/Makefile.am Modified: trunk/jazz/src/Makefile.am =================================================================== --- trunk/jazz/src/Makefile.am 2013-10-10 20:19:50 UTC (rev 1033) +++ trunk/jazz/src/Makefile.am 2013-10-10 20:21:53 UTC (rev 1034) @@ -148,8 +148,7 @@ Dialogs/TransposeDialog.cpp \ Dialogs/VelocityDialog.cpp \ Dialogs.cpp \ -DrumEnums.h \ -DrumUtilities.h \ +DrumUtilities.cpp \ ErrorMessage.cpp \ Events.cpp \ EventFrame.cpp \ @@ -255,6 +254,8 @@ Dialogs/TransposeDialog.h \ Dialogs/VelocityDialog.h \ Dialogs.h \ +DrumEnums.h \ +DrumUtilities.h \ DynamicArray.h \ ErrorMessage.h \ Events.h \ @@ -322,7 +323,8 @@ if !USE_ALSA jazz_LDFLAGS = -framework CoreMIDI -framework CoreAudio -jazz_LDADD = -L@PORTMIDI_PATH@/porttime -lporttime -L@PORTMIDI_PATH@/pm_mac -lportmidi +#jazz_LDADD = -L@PORTMIDI_PATH@/porttime -lporttime -L@PORTMIDI_PATH@/pm_mac -lportmidi +jazz_LDADD = -lportmidi endif # This directive defines the Jazz++ data directory. This may be a hack, but This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |