Remove reference to src/tests/testSignal

This commit is contained in:
Mathias Gumz 2015-01-03 14:39:59 +01:00
parent f5934de61d
commit a8dfb56739

View file

@ -4,7 +4,6 @@ check_PROGRAMS= \
testFullscreen \
testKeys \
testRectangleUtil \
testSignals \
testStringUtil \
testTexture
@ -68,18 +67,6 @@ testRectangleUtil_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_srcdir)/src
testSignals_LDFLAGS = \
$(FRIBIDI_LIBS) \
$(X11_LIBS) \
$(XRENDER_LIBS) \
$(X_LIBS)
testSignals_SOURCES = \
src/tests/testSignals.cc
testSignals_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(fbtk_incdir)
testStringUtil_SOURCES = \
src/tests/StringUtiltest.cc
testStringUtil_CPPFLAGS = \