diff options
Diffstat (limited to 'src/tests/Makefile.am')
-rw-r--r-- | src/tests/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 62d7604..73f269f 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am | |||
@@ -11,12 +11,18 @@ noinst_PROGRAMS= \ | |||
11 | testRectangleUtil | 11 | testRectangleUtil |
12 | 12 | ||
13 | testTexture_SOURCES = texturetest.cc | 13 | testTexture_SOURCES = texturetest.cc |
14 | testTexture_LDFLAGS = $(X_LIBS) $(X11_LIBS) $(FRIBIDI_LIBS) $(XRENDER_LIBS) $(IMLIB2_LIBS) $(XPM_LIBS) $(XFT_LIBS) $(FONTCONFIG_LIBS) | ||
14 | testFont_SOURCES = testFont.cc | 15 | testFont_SOURCES = testFont.cc |
16 | testFont_LDFLAGS = $(X_LIBS) $(X11_LIBS) $(FRIBIDI_LIBS) $(XRENDER_LIBS) $(XFT_LIBS) $(FONTCONFIG_LIBS) | ||
15 | testSignals_SOURCES = testSignals.cc | 17 | testSignals_SOURCES = testSignals.cc |
18 | testSignals_LDFLAGS = $(X_LIBS) $(X11_LIBS) $(FRIBIDI_LIBS) $(XRENDER_LIBS) | ||
16 | testKeys_SOURCES = testKeys.cc | 19 | testKeys_SOURCES = testKeys.cc |
20 | testKeys_LDFLAGS = $(X_LIBS) $(X11_LIBS) $(FRIBIDI_LIBS) $(XRENDER_LIBS) $(XFT_LIBS) $(FONTCONFIG_LIBS) | ||
17 | testDemandAttention_SOURCES = testDemandAttention.cc | 21 | testDemandAttention_SOURCES = testDemandAttention.cc |
22 | testDemandAttention_LDFLAGS = $(X_LIBS) $(X11_LIBS) $(FRIBIDI_LIBS) $(XRENDER_LIBS) $(XFT_LIBS) $(FONTCONFIG_LIBS) | ||
18 | #testResource_SOURCES = Resourcetest.cc | 23 | #testResource_SOURCES = Resourcetest.cc |
19 | testFullscreen_SOURCES = fullscreentest.cc | 24 | testFullscreen_SOURCES = fullscreentest.cc |
25 | testFullscreen_LDFLAGS = $(X_LIBS) $(X11_LIBS) $(FRIBIDI_LIBS) $(XRENDER_LIBS) $(XFT_LIBS) $(FONTCONFIG_LIBS) | ||
20 | testStringUtil_SOURCES = StringUtiltest.cc | 26 | testStringUtil_SOURCES = StringUtiltest.cc |
21 | testRectangleUtil_SOURCES = testRectangleUtil.cc | 27 | testRectangleUtil_SOURCES = testRectangleUtil.cc |
22 | 28 | ||