diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-16 09:30:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-16 09:30:28 +0000 |
| commit | 035f7d3ff483238c801fc785fc8fd2dac0e91cfc (patch) | |
| tree | 3f6971a7934bffa4651dd800b8a00af20b2db877 /src | |
| parent | 50863470923dec831ba1995e393477378fb245d4 (diff) | |
use -export-dynamic when linking libpython.a
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bf806ac5..b2799cf7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,6 +21,7 @@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ main.cc backgroundwidget.cc labelwidget.cc \ buttonwidget.cc python.cc bindings.cc \ openbox_wrap.cc +openbox3_LDFLAGS= $(PYTHON_LDFLAGS) script_DATA = openbox.py |
