mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.1 KiB

  1. --- ./src/plugins/python/Makefile.am.orig 2004-12-25 16:05:02.267366488 +0100
  2. +++ ./src/plugins/python/Makefile.am 2004-12-25 16:05:50.106093896 +0100
  3. @@ -19,7 +19,7 @@
  4. pst-stream.h \
  5. pst-transfer-session.c \
  6. pst-transfer-session.h
  7. -python_la_LDFLAGS = -avoid-version -module $(EMBEDDED_PYTHON_LIBS) $(PYGTK_LIBS)
  8. +python_la_LDFLAGS = -avoid-version -module $(EMBEDDED_PYTHON_LIBS) $(PYGTK_LIBS) -ltcl8.4 -ltk8.4
  9. scriptsdir = $(pkgdatadir)/python/scripts
  10. iconsdir = $(pkgdatadir)/python/icons
  11. --- ./src/plugins/python/Makefile.in.orig 2004-12-25 16:05:07.634550552 +0100
  12. +++ ./src/plugins/python/Makefile.in 2004-12-25 16:06:37.507887728 +0100
  13. @@ -300,7 +300,7 @@
  14. pst-transfer-session.c \
  15. pst-transfer-session.h
  16. -python_la_LDFLAGS = -avoid-version -module $(EMBEDDED_PYTHON_LIBS) $(PYGTK_LIBS)
  17. +python_la_LDFLAGS = -avoid-version -module $(EMBEDDED_PYTHON_LIBS) $(PYGTK_LIBS) -ltcl8.4 -ltk8.4
  18. scriptsdir = $(pkgdatadir)/python/scripts
  19. iconsdir = $(pkgdatadir)/python/icons
  20. AM_CPPFLAGS = $(WARN_CFLAGS) $(ST_CFLAGS) $(EMBEDDED_PYTHON_CFLAGS) $(PYGTK_CFLAGS) \