link in python not guile
This commit is contained in:
parent
caa595a094
commit
977ecf1f1e
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@ localedir=$(datadir)/locale
|
|||
DEFAULT_MENU=$(pkgdatadir)/menu
|
||||
DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex
|
||||
|
||||
CPPFLAGS=$(XFT_CFLAGS) $(GUILE_CFLAGS) @CPPFLAGS@ \
|
||||
CPPFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CPPFLAGS@ \
|
||||
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
|
||||
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
|
||||
-DLOCALEDIR=\"$(localedir)\"
|
||||
|
||||
LIBS=$(XFT_LIBS) $(GUILE_LDFLAGS) @LIBS@
|
||||
LIBS=$(XFT_LIBS) $(PYTHON_LDFLAGS) @LIBS@
|
||||
|
||||
INCLUDES= -I../otk
|
||||
|
||||
|
|
Loading…
Reference in a new issue