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

  1. --- a/src/Makefile
  2. +++ b/src/Makefile
  3. @@ -1,7 +1,7 @@
  4. # In case of windows, use os_cygwin=yes setting in the configuration file (smsd.conf).
  5. # Select your setup size:
  6. -CFLAGS = -D NUMBER_OF_MODEMS=64
  7. +CFLAGS ?= -D NUMBER_OF_MODEMS=64
  8. # Uncomment for Solaris
  9. # CFLAGS += -D SOLARIS