diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index a268789a..00000000 --- a/src/Makefile.am +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | SUBDIRS = . | ||
2 | |||
3 | INCLUDES = -I$(top_srcdir)/include | ||
4 | |||
5 | lib_LTLIBRARIES = libwebserver_gnunet.la | ||
6 | |||
7 | AM_CFLAGS = \ | ||
8 | -D_SERVER_VERSION="\"0.6.3-GNUnet\"" | ||
9 | |||
10 | libwebserver_gnunet_la_SOURCES = \ | ||
11 | clientinfo.c \ | ||
12 | server.c \ | ||
13 | client.c \ | ||
14 | gethandler.c \ | ||
15 | memory.c \ | ||
16 | utils.c \ | ||
17 | fnmatch.c | ||
18 | |||
19 | libwebserver_gnunet_la_LDFLAGS = \ | ||
20 | -version-info 0:0:0 | ||
21 | |||