Created
January 23, 2012 23:42
-
-
Save benlemasurier/1666483 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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