Skip to content

Instantly share code, notes, and snippets.

@rjenkins
Created February 18, 2013 19:16
Show Gist options
  • Save rjenkins/4979836 to your computer and use it in GitHub Desktop.
Save rjenkins/4979836 to your computer and use it in GitHub Desktop.
# whatever flags you want to pass to the C compiler & linker
AM_CFLAGS = --pedantic -Wall -std=c99 -O2
AM_LDFLAGS = -lm
lib_LIBRARIES = libordacity.a
libordacity_a_SOURCES = Cluster.c queue_lock_mutex.c StringSet.c
include_HEADERS = ClusterConfig.h ClusterListener.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment