X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=4d4a9097dc1de9a6eb569890771128d6c497adae;hb=b888197d80cc5c34ad35ce8820b120bc22c3c83f;hp=bfa3b5799e19076171b29fa6d4d2fdad2297a310;hpb=08756833d403b3568b3622563229d4a6bbb61a9e;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index bfa3b579..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 \ @@ -286,6 +288,8 @@ openbox_openbox_SOURCES = \ 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 \