blob: 0d85c8ca90f98fa75163ed145b15282f25dd306f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: openbox-3.3-rc2/Makefile.am
===================================================================
--- openbox-3.3-rc2.orig/Makefile.am
+++ openbox-3.3-rc2/Makefile.am
@@ -58,6 +58,7 @@ render_libobrender_la_CPPFLAGS = \
render_libobrender_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
render_libobrender_la_LIBADD = \
+ parser/libobparser.la \
$(X_LIBS) \
$(XFT_LIBS) \
$(PANGO_LIBS) \
|