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
270 B

  1. --- a/plugins/Makefile
  2. +++ b/plugins/Makefile
  3. @@ -18,7 +18,7 @@ all: $(PLUGINS)
  4. %.so: %.c
  5. $(CC) -o $@ $(LDFLAGS) $(CFLAGS) $^ $(LDADD)
  6. -LIBDIR ?= $(DESTDIR)$(prefix)/lib/pptpd
  7. +LIBDIR = $(DESTDIR)$(prefix)/lib/pptpd
  8. install: $(PLUGINS)
  9. $(INSTALL) -d $(LIBDIR)