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.

11 lines
313 B

  1. --- ./examples/Makefile.in.orig 2004-12-04 21:33:52.452983840 +0100
  2. +++ ./examples/Makefile.in 2004-12-04 21:36:44.784785424 +0100
  3. @@ -253,7 +253,7 @@
  4. CPPFLAGS = @CPPFLAGS@
  5. LDFLAGS = @LDFLAGS@
  6. -LIBS = @LIBS@
  7. +LIBS = @LIBS@ $(GLIB_LIBS)
  8. X_CFLAGS = @X_CFLAGS@
  9. X_LIBS = @X_LIBS@
  10. X_EXTRA_LIBS = @X_EXTRA_LIBS@