X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=4d4a9097dc1de9a6eb569890771128d6c497adae;hb=c1d21a1a6d88189ab3c5569b2b776d846bb6c11a;hp=37059ae545f060a4bd4a220eed4a30710da46c1a;hpb=4d2ccf19168a4089a6a0de0109610479ec6d5507;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 37059ae5..4d4a9097 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,7 @@ obrender_libobrender_la_CPPFLAGS = \ $(XML_CFLAGS) \ $(PANGO_CFLAGS) \ $(IMLIB2_CFLAGS) \ + $(LIBRSVG_CFLAGS) \ -DG_LOG_DOMAIN=\"ObRender\" \ -DDEFAULT_THEME=\"$(theme)\" obrender_libobrender_la_LDFLAGS = \ @@ -85,6 +86,7 @@ obrender_libobrender_la_LIBADD = \ $(PANGO_LIBS) \ $(GLIB_LIBS) \ $(IMLIB2_LIBS) \ + $(LIBRSVG_LIBS) \ $(XML_LIBS) obrender_libobrender_la_SOURCES = \ gettext.h \ @@ -282,12 +284,12 @@ openbox_openbox_SOURCES = \ openbox/mwm.h \ openbox/openbox.c \ openbox/openbox.h \ - openbox/overlap.c \ - openbox/overlap.h \ openbox/ping.c \ openbox/ping.h \ openbox/place.c \ openbox/place.h \ + openbox/place_overlap.c \ + openbox/place_overlap.h \ openbox/prompt.c \ openbox/prompt.h \ openbox/popup.c \