X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=3bd9f8944bb729c5110b5e5dddeb5a5f179f4457;hb=d1ddc7a9a8a7226fcb1f8b5a360c275684e77e9a;hp=101a9a583185d07c35088a111836059f1bc92f04;hpb=6dddd902244f314eba721a0d8804731ea9c9912d;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 101a9a58..3bd9f894 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = -I autostuff AM_CPPFLAGS = -I$(top_srcdir) -SUBDIRS = contrib hardware input output firmware +SUBDIRS = contrib hardware input output lib_LTLIBRARIES = libsigrok.la @@ -35,7 +35,8 @@ libsigrok_la_SOURCES = \ hwdriver.c \ filter.c \ strutil.c \ - log.c + log.c \ + version.c libsigrok_la_LIBADD = \ $(LIBOBJS) \