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.

14 lines
681 B

  1. diff -urN -X ../scripts/old/dontdiff gDesklets-0.24.1/tools/Makefile.in gDesklets-0.24.1-libs-fix/tools/Makefile.in
  2. --- gDesklets-0.24.1/tools/Makefile.in 2003-11-10 21:28:26.000000000 +0100
  3. +++ gDesklets-0.24.1-libs-fix/tools/Makefile.in 2003-12-02 16:13:25.000000000 +0100
  4. @@ -193,7 +193,9 @@
  5. bin_PROGRAMS = gdesklets-display-thumbnailer
  6. gdesklets_display_thumbnailer_SOURCES = gdesklets-display-thumbnailer.c
  7. -gdesklets_display_thumbnailer_LDADD = -lglib-2.0 -lgnomevfs-2
  8. +gdesklets_display_thumbnailer_LDADD = `pkg-config --libs glib-2.0 gnome-vfs-module-2.0`
  9. +
  10. +
  11. subdir = tools
  12. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  13. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs