diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-24 23:31:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-24 23:31:38 +0000 |
| commit | bf49e7642027f576716e5742544c282f4396f9ef (patch) | |
| tree | b5ea1942e661a35330ce19443b2b8fd6c33019ef /src/Makefile.am | |
| parent | 5a139f7263e33b499836f5df9ac37400e02c32f9 (diff) | |
python. no more guile. python.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3a4f9865..beb05a69 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,18 +2,18 @@ localedir=$(datadir)/locale DEFAULT_MENU=$(pkgdatadir)/menu DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex -CPPFLAGS=$(XFT_CFLAGS) $(GUILE_CFLAGS) $(PYTHON_CFLAGS) @CPPFLAGS@ \ +CPPFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CPPFLAGS@ \ -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \ -DLOCALEDIR=\"$(localedir)\" -LIBS=$(XFT_LIBS) $(GUILE_LDFLAGS) $(PYTHON_LDFLAGS) @LIBS@ +LIBS=$(XFT_LIBS) $(PYTHON_LIBS) @LIBS@ INCLUDES= -I../otk bin_PROGRAMS= openbox3 -openbox3_LDADD=../otk/libotk.a @LIBINTL@ +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 \ @@ -26,10 +26,9 @@ distclean-local: rm -f *\~ *.orig *.rej .\#* openbox.i: openbox.hh screen.hh client.hh - touch openbox.i + touch $@ openbox_wrap.cc: openbox.i - swig -python -c++ -nodefault -o openbox_wrap.cc openbox.i -# swig -guile -c++ -nodefault -o openbox_wrap.cc openbox.i + swig -python -c++ -nodefault -o $@ $< # local dependencies |
