Skip to content

Instantly share code, notes, and snippets.

@benlemasurier
Created January 23, 2012 23:42
Show Gist options
  • Save benlemasurier/1666483 to your computer and use it in GitHub Desktop.
Save benlemasurier/1666483 to your computer and use it in GitHub Desktop.
bin_PROGRAMS = stormfs
stormfs_SOURCES = curl.h curl.c stormfs.h stormfs.c
stormfs_CFLAGS = -D_REENTRANT -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 ${STORMFS_CFLAGS}
stormfs_LDADD = ${LIBS} ${STORMFS_LIBS}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment