]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
add a client destructor to frame.c so it doesn't try to keep flashing a free'd frame
[chaz/openbox] / Makefile.am
index 7e212816bd83d13ad889759c25d828b3555cca13..40bfbf0c0e3570c00d1a450a769edfbc52f1fdd1 100644 (file)
@@ -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
This page took 0.020656 seconds and 4 git commands to generate.