X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fdemo%2FMakefile.am;h=a145d9d83daadef568583dacf9c7b1507d8084c9;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=d1759914dea965c8cb7dd1f64cea79bc32bb6f5b;hpb=50985c2019b2b5a6ce394589d89ee925b4f5e3a9;p=libsigrok.git diff --git a/hardware/demo/Makefile.am b/hardware/demo/Makefile.am index d1759914..a145d9d8 100644 --- a/hardware/demo/Makefile.am +++ b/hardware/demo/Makefile.am @@ -17,15 +17,15 @@ ## along with this program. If not, see . ## -if LA_DEMO +if HW_DEMO # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwdemo.la +noinst_LTLIBRARIES = libsigrok_hw_demo.la -libsigrokhwdemo_la_SOURCES = \ +libsigrok_hw_demo_la_SOURCES = \ demo.c -libsigrokhwdemo_la_CFLAGS = \ +libsigrok_hw_demo_la_CFLAGS = \ -I$(top_srcdir) endif