Remove reference to src/tests/testSignal
This commit is contained in:
parent
f5934de61d
commit
a8dfb56739
1 changed files with 0 additions and 13 deletions
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue