X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=0dcd984887fbfa06bb5a8a934acef3f26ddd3582;hb=989938f6cd5f9bf76f42e29ab39eca4570e430e2;hp=935c20a3d687a88e002c211397291468cb4b3317;hpb=34e4813f2e8b75981ed92d625c5fd55146a35e66;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 935c20a3..0dcd9848 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,7 @@ libsigrok_la_SOURCES = \ hwplugin.c \ filter.c \ hardware/common/ezusb.c \ + hardware/common/misc.c \ hardware/common/serial.c \ hardware/openbench-logic-sniffer/ols.c \ hardware/saleae-logic/saleae-logic.c \ @@ -53,3 +54,6 @@ libsigrok_la_LIBADD = $(LIBOBJS) include_HEADERS = sigrok.h +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libsigrok.pc +