]> Dogcows Code - chaz/openbox/commitdiff
Remove menu plugins because they are stupid and don't work.
authorScott Moynes <smoynes@nexus.carleton.ca>
Mon, 30 Jun 2003 00:22:52 +0000 (00:22 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Mon, 30 Jun 2003 00:22:52 +0000 (00:22 +0000)
plugins/menu/Makefile.am

index 1e757bdb346f0f83ca765529cd662164dbba2b80..84b18bfbf8b9d30a7df53712ab76f004a25a4412 100644 (file)
@@ -5,16 +5,16 @@ AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(XML_CFLAGS) \
 
 INCLUDES=-I../..
 
-plugin_LTLIBRARIES=timed_menu.la fifo_menu.la client_menu.la
+#plugin_LTLIBRARIES=timed_menu.la fifo_menu.la client_menu.la
 
-timed_menu_la_LDFLAGS=-module -avoid-version
-timed_menu_la_SOURCES=timed_menu.c timed_menu.h
+#timed_menu_la_LDFLAGS=-module -avoid-version
+#timed_menu_la_SOURCES=timed_menu.c timed_menu.h
 
-fifo_menu_la_LDFLAGS=-module -avoid-version
-fifo_menu_la_SOURCES=fifo_menu.c fifo_menu.h
+#fifo_menu_la_LDFLAGS=-module -avoid-version
+#fifo_menu_la_SOURCES=fifo_menu.c fifo_menu.h
 
-client_menu_la_LDFLAGS=-module -avoid-version
-client_menu_la_SOURCES=client_menu.c
+#client_menu_la_LDFLAGS=-module -avoid-version
+#client_menu_la_SOURCES=client_menu.c
 
 MAINTAINERCLEANFILES=Makefile.in
 
This page took 0.021949 seconds and 4 git commands to generate.