X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Falsa%2FMakefile.am;h=87c6b50bd1684f57d9977bcb15d8e8fed2125a21;hb=4ebd48b352a28add68d54d509b291688e1df601b;hp=5b0625f8e7a196774b992216103069ad51314bb0;hpb=6ed4f0443730685b6a4a00b316384d751aa787e3;p=libsigrok.git diff --git a/hardware/alsa/Makefile.am b/hardware/alsa/Makefile.am index 5b0625f8..87c6b50b 100644 --- a/hardware/alsa/Makefile.am +++ b/hardware/alsa/Makefile.am @@ -17,16 +17,18 @@ ## 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)/libsigrok + -I$(top_srcdir) endif