X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=40bfbf0c0e3570c00d1a450a769edfbc52f1fdd1;hb=a2f2fefeffc74e93504588f9545507814857723e;hp=7e212816bd83d13ad889759c25d828b3555cca13;hpb=ed61a94ca51b2fc663ffef1b2bd37785c676cd34;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 7e212816..40bfbf0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ ACLOCAL_AMFLAGS = -I m4 INCLUDES = -I. -noinst_PROGRAMS = \ +check_PROGRAMS = \ render/rendertest lib_LTLIBRARIES = \ @@ -121,7 +121,6 @@ openbox_openbox_LDADD = \ $(XINERAMA_LIBS) \ $(XKB_LIBS) \ $(XRANDR_LIBS) \ - $(VIDMODE_LIBS) \ $(XSHAPE_LIBS) \ $(GLIB_LIBS) \ $(X_LIBS) \ @@ -202,9 +201,7 @@ openbox_openbox_SOURCES = \ openbox/window.c \ openbox/window.h \ openbox/xerror.c \ - openbox/xerror.h \ - openbox/per_app_settings.c \ - openbox/per_app_settings.h + openbox/xerror.h ## kdetrayproxy ## @@ -271,6 +268,13 @@ dist_thebear_theme_DATA = \ ## public headers ## pubinclude_HEADERS = \ + render/color.h \ + render/font.h \ + render/geom.h \ + render/gradient.h \ + render/image.h \ + render/instance.h \ + render/mask.h \ render/render.h \ render/theme.h \ parser/parse.h