X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=3934b62f4879ae9ae8c74a7a94d113e2eb12820b;hb=a03b817aeb7fe32be881c30d50fab79455db08c5;hp=4384054ab251e22b82b9c12ffa3b5244ff07748c;hpb=b7393636e05c95ec068e8a1ff063cbefa63a901b;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 4384054a..3934b62f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ bin_PROGRAMS = \ openbox/openbox \ tools/gdm-control/gdm-control \ tools/gnome-panel-control/gnome-panel-control \ - tools/obprop/obprop + tools/obxprop/obxprop dist_secretbin_SCRIPTS = \ tools/xdg-autostart/xdg-autostart @@ -290,16 +290,16 @@ tools_gnome_panel_control_gnome_panel_control_LDADD = \ tools_gnome_panel_control_gnome_panel_control_SOURCES = \ tools/gnome-panel-control/gnome-panel-control.c -## obprop ## +## obxprop ## -tools_obprop_obprop_CPPFLAGS = \ +tools_obxprop_obxprop_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(X_CFLAGS) -tools_obprop_obprop_LDADD = \ +tools_obxprop_obxprop_LDADD = \ $(GLIB_LIBS) \ $(X_LIBS) -tools_obprop_obprop_SOURCES = \ - tools/obprop/obprop.c +tools_obxprop_obxprop_SOURCES = \ + tools/obxprop/obxprop.c ## gdm-control ##