diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-09 23:29:41 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-09 23:29:41 +0000 |
| commit | e7c9e43210c50f64474fe43b9097fb307c1e95fb (patch) | |
| tree | 58367bf4753a3853b63082d8961da0594f2a8743 /plugins/menu/Makefile.am | |
| parent | 24a074157c235500bdb488bc90f0d94d77bdd536 (diff) | |
fixor
Diffstat (limited to 'plugins/menu/Makefile.am')
| -rw-r--r-- | plugins/menu/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/menu/Makefile.am b/plugins/menu/Makefile.am new file mode 100644 index 00000000..01423ab8 --- /dev/null +++ b/plugins/menu/Makefile.am @@ -0,0 +1,18 @@ +plugindir=$(libdir)/openbox/plugins + +CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \ + -DG_LOG_DOMAIN=\"Plugin-Timed-Menu\" + +INCLUDES=-I../.. + +plugin_LTLIBRARIES=timed_menu.la + +timed_menu_la_LDFLAGS=-module -avoid-version +timed_menu_la_SOURCES=timed_menu.c + +noinst_HEADERS=timed_menu.h + +MAINTAINERCLEANFILES=Makefile.in + +distclean-local: + $(RM) *\~ *.orig *.rej .\#* |
