From: Uwe Hermann Date: Tue, 22 Jul 2014 20:50:06 +0000 (+0200) Subject: Makefile.am: Add beaglelogic.h so it ends up in the tarball. X-Git-Tag: libsigrok-0.4.0~1223 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=3db4b08b2d2536e86cf0f120100f0334ae25b336;p=libsigrok.git Makefile.am: Add beaglelogic.h so it ends up in the tarball. --- diff --git a/Makefile.am b/Makefile.am index 3a485e0a..5e1b0e2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,6 +126,7 @@ libsigrok_la_SOURCES += \ endif if HW_BEAGLELOGIC libsigrok_la_SOURCES += \ + src/hardware/beaglelogic/beaglelogic.h \ src/hardware/beaglelogic/protocol.h \ src/hardware/beaglelogic/protocol.c \ src/hardware/beaglelogic/api.c