X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=4e2da389aa635846d988618a27f443bb9ec84bd4;hb=c5d6f5cc1c0069a5141c5c76f7e17dd592427138;hp=c87321aebdd74200e0fca5304d4161e7098c2994;hpb=296821683df6ed064f036205c968e80549429456;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index c87321ae..4e2da389 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,6 @@ lib_LTLIBRARIES = libsigrok.la libsigrok_la_SOURCES = \ backend.c \ - datastore.c \ device.c \ session.c \ session_file.c \ @@ -38,7 +37,8 @@ libsigrok_la_SOURCES = \ strutil.c \ log.c \ version.c \ - error.c + error.c \ + std.c libsigrok_la_LIBADD = \ $(LIBOBJS) \ @@ -61,7 +61,7 @@ MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog ChangeLog: - git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog + git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog dist-hook: ChangeLog