X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=10c93be6f03431705ce226d0f637c18fe4950c9c;hb=105bd729e8341bacce630f2780f0a9a5a0102526;hp=5ea811f0ac949863e9e48561fdd6dc59c3bc0824;hpb=b34824a4e2ddc0247099fa1b3952de426bfde05b;p=chaz%2Fopenbox diff --git a/src/Makefile.am b/src/Makefile.am index 5ea811f0..10c93be6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ scriptdir = $(libdir)/openbox/python DEFAULT_MENU=$(pkgdatadir)/menu DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex -CPPFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CPPFLAGS@ \ +CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \ -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \ -DLOCALEDIR=\"$(localedir)\" \ @@ -19,7 +19,8 @@ openbox3_LDADD=-L../otk -lotk @LIBINTL@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ main.cc rootwindow.cc backgroundwidget.cc labelwidget.cc \ - buttonwidget.cc python.cc openbox_wrap.cc + buttonwidget.cc python.cc bindings.cc \ + openbox_wrap.cc MAINTAINERCLEANFILES= Makefile.in @@ -30,6 +31,6 @@ openbox.i: openbox.hh screen.hh client.hh touch $@ openbox_wrap.cc: openbox.i - swig $(filter -I%,$(CFLAGS)) -python -c++ -nodefault -o $@ $< + swig $(filter -I%,$(CXXFLAGS)) -python -c++ -nodefault -o $@ $< # local dependencies