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.

18 lines
625 B

  1. --- E-Mount_0.3/Makefile.orig-rock-maint 2003-08-29 09:31:58.000000000 +0200
  2. +++ E-Mount_0.3/Makefile 2003-08-29 09:32:49.000000000 +0200
  3. @@ -2,13 +2,13 @@
  4. IMLIB_CFLAGS = `imlib-config --cflags`
  5. IMLIB_LIBS = `imlib-config --libs`
  6. -GCCOPTS = -MMD -Wall
  7. +GCCOPTS = -MMD -Wall $(CFLAGS)
  8. GCC = gcc
  9. all : E-Mount.epplet
  10. E-Mount.epplet : E-Mount.c
  11. - ${GCC} ${GCCOPTS} E-Mount.c -o E-Mount.epplet -lepplet ${IMLIB_LIBS} ${IMLIB_CFLAGS}
  12. + ${GCC} ${GCCOPTS} E-Mount.c -o E-Mount.epplet -L$(E16)/lib -lepplet ${IMLIB_LIBS} ${IMLIB_CFLAGS}
  13. install : E-Mount.epplet
  14. install -m 755 E-Mount.epplet ${EBIN}/E-Mount.epplet