- Merged with upstream version
[rtl-433.git] / src / Makefile.am~
diff --git a/src/Makefile.am~ b/src/Makefile.am~
new file mode 100755 (executable)
index 0000000..430d998
--- /dev/null
@@ -0,0 +1,21 @@
+INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CFLAGS = ${CFLAGS} -fPIC ${SYMBOL_VISIBILITY}
+
+bin_PROGRAMS         = rtl_433
+
+rtl_433_SOURCES      = rtl_433.c \
+                       devices/acurite.c \
+                       devices/intertechno.c \
+                       devices/newkaku.c \
+                       devices/rubicson.c \
+                       devices/waveman.c \
+                       devices/alecto.c \
+                       devices/lacrosse.c \
+                       devices/oregon_scientific.c \
+                       devices/silvercrest.c \
+                       devices/elv.c \
+                       devices/mebus.c \
+                       devices/prologue.c \
+                       devices/steffen.c
+
+rtl_433_LDADD        = $(LIBRTLSDR) $(LIBM)