Browse Source

Removed the unused SOLARIS_LIB.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@255 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
kaiv 23 years ago
parent
commit
19f7da54b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      drivers/solaris/Makefile.am

+ 1
- 1
drivers/solaris/Makefile.am View File

@@ -8,4 +8,4 @@ plugin_LTLIBRARIES = jack_solaris.la

jack_solaris_la_LDFLAGS = -module
jack_solaris_la_SOURCES = solaris_driver.c
jack_solaris_la_LIBADD = $(SOLARIS_LIBS) $(GLIB_LIBS) -lm
jack_solaris_la_LIBADD = $(GLIB_LIBS) -lm

Loading…
Cancel
Save