Skip to content

Instantly share code, notes, and snippets.

@evorion
Created August 24, 2016 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evorion/6e06845aa2a72562291c245a6e469bd7 to your computer and use it in GitHub Desktop.
Save evorion/6e06845aa2a72562291c245a6e469bd7 to your computer and use it in GitHub Desktop.
AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = sonodid
sonodid_SOURCES = sonodi.c log.c options.c daemon.c database.c connection.c s7/s7.c
sonodid_LDFLAGS = -pthread -llog4c -luv -lm -ldl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment