diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 966546c..283e01d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -119,6 +119,27 @@ if SLIT_SRC | |||
119 | SLIT_SOURCE = Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc | 119 | SLIT_SOURCE = Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc |
120 | endif | 120 | endif |
121 | 121 | ||
122 | fluxbox_CPPFLAGS = \ | ||
123 | $(XRANDR_CFLAGS) \ | ||
124 | $(FRIBIDI_CFLAGS) \ | ||
125 | $(AM_CPPFLAGS) | ||
126 | |||
127 | fluxbox_LDFLAGS = \ | ||
128 | $(FONTCONFIG_LIBS) \ | ||
129 | $(FREETYPE2_LIBS) \ | ||
130 | $(FRIBIDI_LIBS) \ | ||
131 | $(IMLIB2_LIBS) \ | ||
132 | $(RANDR_LIBS) \ | ||
133 | $(X11_LIBS) \ | ||
134 | $(XEXT_LIBS) \ | ||
135 | $(XFT_LIBS) \ | ||
136 | $(XINERAMA_LIBS) \ | ||
137 | $(XPM_LIBS) \ | ||
138 | $(XRENDER_LIBS) \ | ||
139 | $(X_EXTRA_LIBS) \ | ||
140 | $(X_LIBS) \ | ||
141 | $(X_PRE_LIBS) | ||
142 | |||
122 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 143 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |
123 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ | 144 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ |
124 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ | 145 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ |