X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=107f7355ce077e20e4bf19b02e5a351c78390daf;hb=4b9556c03174d2c58492531f06eaf3718668162b;hp=478b66b30a7a333dac44c218bc33b02093aefb81;hpb=395b9e155aafbc09024d811260da961498f8334d;p=chaz%2Fopenbox diff --git a/src/Makefile.am b/src/Makefile.am index 478b66b3..107f7355 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,27 +1,26 @@ localedir=$(datadir)/locale +scriptdir = $(libdir)/openbox/python DEFAULT_MENU=$(pkgdatadir)/menu DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex -CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@ \ +CPPFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CPPFLAGS@ \ -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \ --DLOCALEDIR=\"$(localedir)\" +-DLOCALEDIR=\"$(localedir)\" \ +-DSCRIPTDIR=\"$(scriptdir)\" -LDFLAGS=`pkg-config --libs xft` - -INCLUDES= -I../otk +LIBS=$(XFT_LIBS) $(PYTHON_LIBS) @LIBS@ $(SWIG_PYTHON_LIB) bin_PROGRAMS= openbox3 -openbox3_LDADD=../otk/libotk.a @LIBINTL@ - -openbox3_SOURCES= client.cc configuration.cc screen.cc openbox.cc \ - util.cc bbwindow.cc workspace.cc blackbox.cc \ - main.cc xeventhandler.cc +openbox3_LDADD=-L../otk -lotk @LIBINTL@ +openbox3_LDFLAGS=-export-dynamic +openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ + main.cc python.cc bindings.cc config.cc +noinst_HEADERS= actions.hh bindings.hh client.hh frame.hh openbox.hh \ + python.hh screen.hh config.hh MAINTAINERCLEANFILES= Makefile.in distclean-local: - rm -f *\~ *.orig *.rej .\#* - -# local dependencies + $(RM) *\~ *.orig *.rej .\#*