]> 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 7f40f68307b0a7aa33177050160afbfea00aeae8..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) \
@@ -269,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.022303 seconds and 4 git commands to generate.