move unity code to top source dir
[psensor.git] / src / unity / Makefile.am
diff --git a/src/unity/Makefile.am b/src/unity/Makefile.am
deleted file mode 100644 (file)
index 2e7c8ea..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-if UNITY
-noinst_LIBRARIES = libpsensor_unity.a
-
-# no -pedantic because not supported by dee.h
-libpsensor_unity_a_CFLAGS = -Wall -Werror
-
-libpsensor_unity_a_SOURCES = \
-       ui_unity.h ui_unity.c
-
-AM_CPPFLAGS = $(UNITY_CFLAGS) \
-       -I$(top_srcdir)/src/lib
-
-LIBS += $(UNITY_LIBS)
-endif
\ No newline at end of file