We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33060ae commit 0682ef1Copy full SHA for 0682ef1
src/projectM-pulseaudio/Makefile.am
@@ -44,10 +44,10 @@ nodist_projectM_pulseaudio_SOURCES = \
44
$(nodist_projectM_pulseaudio_moc_sources)
45
46
projectM_pulseaudio_LDADD = \
47
- ${QT_LIBS} \
48
${LIBPULSE_LIBS} \
49
../projectM-qt/libprojectM_qt.a \
50
- ../libprojectM/libprojectM.la
+ ../libprojectM/libprojectM.la \
+ ${QT_LIBS}
51
52
projectM_pulseaudio_LDFLAGS = -static
53
0 commit comments