X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=f13d52ac2cd1a5964b342887d3c2deb020a3e7b6;hb=0352abfa88892bc17bdff2022745e3c1b312edd0;hp=9617a1ca4738acd7b01275934662162052f2920f;hpb=63f748aa3fac4d3ed004a2c5343a51c3a046e21d;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 9617a1ca..f13d52ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -150,6 +150,7 @@ openbox_openbox_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(LIBSN_CFLAGS) \ $(XML_CFLAGS) \ + $(IMLIB2_CFLAGS) \ -DLOCALEDIR=\"$(localedir)\" \ -DDATADIR=\"$(datadir)\" \ -DCONFIGDIR=\"$(configdir)\" \ @@ -163,6 +164,7 @@ openbox_openbox_LDADD = \ $(XML_LIBS) \ $(EFENCE_LIBS) \ $(LIBINTL) \ + $(IMLIB2_LIBS) \ obrender/libobrender.la \ obt/libobt.la openbox_openbox_LDFLAGS = -export-dynamic @@ -242,6 +244,7 @@ openbox_openbox_SOURCES = \ openbox/grab.h \ openbox/group.c \ openbox/group.h \ + openbox/imageload.h \ openbox/keyboard.c \ openbox/keyboard.h \ openbox/keytree.c \ @@ -281,6 +284,10 @@ openbox_openbox_SOURCES = \ openbox/window.c \ openbox/window.h +if USE_IMLIB2 + openbox_openbox_SOURCES += openbox/imageload.c +endif + ## gnome-panel-control ## tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \