blob: 74bf266e740afb308a51395392f4325f8bec14bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
bin_PROGRAMS = \
foofs-storage
foofs_storage_SOURCES = \
main.c \
get.c \
storage.h
foofs_storage_LDADD = \
$(MHD_LIBS)
AM_CPPFLAGS = \
$(MHD_CFLAGS)
## File created by the gnome-build tools
|