Skip to content

Commit

Permalink
erroneous entry in src/Makefile.am
Browse files Browse the repository at this point in the history
it looks like an erroneous entry was introduced into src/Makefile.am: devices/generic_temperature_sensor_2.c was entered instead of devices/wg_pb12v1.c in commit 31bf6f2 (PR merbanan#494), causing compilation errors (using autoconf installation steps)
  • Loading branch information
panarom committed Apr 9, 2017
1 parent 31bf6f2 commit 7dc8fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Expand Up @@ -32,7 +32,6 @@ rtl_433_SOURCES = baseband.c \
devices/fineoffset_wh1080.c \
devices/generic_remote.c \
devices/generic_temperature_sensor.c \
devices/generic_temperature_sensor_2.c \
devices/gt_wt_02.c \
devices/hideki.c \
devices/hondaremote.c \
Expand Down Expand Up @@ -76,6 +75,7 @@ rtl_433_SOURCES = baseband.c \
devices/fineoffset_wh1050.c \
devices/honeywell.c \
devices/maverick_et73x.c \
devices/rftech.c
devices/rftech.c \
devices/wg_pb12v1.c

rtl_433_LDADD = $(LIBRTLSDR) $(LIBM)

0 comments on commit 7dc8fa6

Please sign in to comment.