X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=7e212816bd83d13ad889759c25d828b3555cca13;hb=3c3415d87b3ab0f5b141fa4b122d80ed23616dfd;hp=710999c7ce370baa3fa521c97df5bd7709318ad5;hpb=d2c98faf78cc691ae96e8ddcbb866a604a0ac9a5;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 710999c7..7e212816 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,11 +58,12 @@ 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) \ $(GLIB_LIBS) \ - $(XML_LIBS) + $(XML_LIBS) render_libobrender_la_SOURCES = \ gettext.h \ render/color.h \ @@ -201,7 +202,9 @@ openbox_openbox_SOURCES = \ openbox/window.c \ openbox/window.h \ openbox/xerror.c \ - openbox/xerror.h + openbox/xerror.h \ + openbox/per_app_settings.c \ + openbox/per_app_settings.h ## kdetrayproxy ##