]> sigrok.org Git - libsigrok.git/blobdiff - hardware/alsa/Makefile.am
Remove non-error hw_info_get() messages.
[libsigrok.git] / hardware / alsa / Makefile.am
index 5b0625f8e7a196774b992216103069ad51314bb0..87c6b50bd1684f57d9977bcb15d8e8fed2125a21 100644 (file)
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-if LA_ALSA
+if HW_ALSA
 
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwalsa.la
 
 libsigrokhwalsa_la_SOURCES = \
-       alsa.c
+       protocol.h \
+       protocol.c \
+       api.c
 
 libsigrokhwalsa_la_CFLAGS = \
-       -I$(top_srcdir)/libsigrok
+       -I$(top_srcdir)
 
 endif