X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=503233b7eab610d214605c7098610d9caff6d874;hb=c5fb502f9773ecf6df83a32ab82bcd1b70fa857f;hp=c87321aebdd74200e0fca5304d4161e7098c2994;hpb=296821683df6ed064f036205c968e80549429456;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index c87321ae..503233b7 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 \ @@ -61,7 +60,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