X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Falsa%2FMakefile.am;h=5bacb5b0786dc3ad8187940e825e00352c6bcdff;hb=ad00a54da6a17c881881d2ed7a3f3fe41170fa26;hp=612c97e4bd8d6ed1d05fa19ea67ffbfe6b194052;hpb=db8ae7b941a31b2bc64e14d60a1e962fd2b2dc38;p=libsigrok.git diff --git a/hardware/alsa/Makefile.am b/hardware/alsa/Makefile.am index 612c97e4..5bacb5b0 100644 --- a/hardware/alsa/Makefile.am +++ b/hardware/alsa/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrok project. ## ## Copyright (C) 2011 Uwe Hermann ## @@ -17,13 +17,15 @@ ## along with this program. If not, see . ## -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)