X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2FMakefile.am;h=8371f391c0aeb0da545dc463f0aa2a3e4a1ada1c;hb=269b442df38c1cfe825fd397612f8f79aea5541d;hp=c44424ef18f12999fc3af6865aed550359c88af1;hpb=8892c76856f22acf6eafc66c6a5f86ab7cb8bddb;p=libsigrokdecode.git diff --git a/decoders/Makefile.am b/decoders/Makefile.am index c44424e..8371f39 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2010 Uwe Hermann ## @@ -18,21 +18,40 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -pkgdatadir = $(DECODERS_DIR) - # Please keep this list in alphabetical order. -dist_pkgdata_DATA = \ - dcf77.py \ - ddc.py \ - i2c.py \ - mx25lxx05d.py \ - nunchuk.py \ - pan1321.py \ - spi.py \ - srd_usb.py \ - transitioncounter.py \ - ebr30a_i2c_demux.py \ - uart.py - -CLEANFILES = *.pyc +SUBDIRS = \ + avr_isp \ + can \ + dcf77 \ + ds1307 \ + edid \ + i2c \ + i2cdemux \ + i2cfilter \ + i2s \ + i2s_dump \ + jtag \ + jtag_stm32 \ + lm75 \ + lpc \ + maxim_ds28ea00 \ + midi \ + mlx90614 \ + mx25lxx05d \ + mxc6225xu \ + nunchuk \ + onewire_link \ + onewire_network \ + pan1321 \ + parallel \ + rtc8564 \ + sdcard_spi \ + spi \ + tlc5620 \ + transitioncounter \ + uart \ + uart_dump \ + usb_packet \ + usb_signalling \ + xfp