add the plugins dir
This commit is contained in:
parent
9b33f7ded6
commit
7abaa532e3
1 changed files with 17 additions and 0 deletions
17
plugins/Makefile.am
Normal file
17
plugins/Makefile.am
Normal file
|
@ -0,0 +1,17 @@
|
|||
plugindir=$(libdir)/openbox/plugins
|
||||
|
||||
CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
|
||||
-DPLUGINDIR=\"$(plugindir)\" \
|
||||
-DG_LOG_DOMAIN=\"Openbox-Plugin\"
|
||||
|
||||
#engine_LTLIBRARIES=openbox.la
|
||||
|
||||
#openbox_la_LDFLAGS=-module -avoid-version
|
||||
#openbox_la_SOURCES=openbox.c theme.c
|
||||
|
||||
noinst_HEADERS=
|
||||
|
||||
MAINTAINERCLEANFILES= Makefile.in
|
||||
|
||||
distclean-local:
|
||||
$(RM) *\~ *.orig *.rej .\#*
|
Loading…
Reference in a new issue