import psensor trunk from private svn
[psensor.git] / src / unity / Makefile.am
1 if UNITY
2 noinst_LIBRARIES = libpsensor_unity.a
3
4 # no -pedantic because not supported by dee.h
5 libpsensor_unity_a_CFLAGS = -Wall -Werror
6
7 libpsensor_unity_a_SOURCES = \
8         ui_unity.h ui_unity.c
9
10 AM_CPPFLAGS = $(UNITY_CFLAGS) \
11         -I$(top_srcdir)/src/lib
12
13 LIBS += $(UNITY_LIBS)
14 endif