aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-09-06 18:56:37 +0000
committerChristian Grothoff <christian@grothoff.org>2006-09-06 18:56:37 +0000
commit7f89238dc989897a085bc9b4dc32d4498aaea313 (patch)
treef13578ec0606a0a3e073d81642489759c3df2ba4 /src/Makefile.am
parent26642649530f1b2069f0836956c3fb16f3e7c566 (diff)
downloadlibmicrohttpd-7f89238dc989897a085bc9b4dc32d4498aaea313.tar.gz
libmicrohttpd-7f89238dc989897a085bc9b4dc32d4498aaea313.zip
bye
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am21
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 @@
1SUBDIRS = .
2
3INCLUDES = -I$(top_srcdir)/include
4
5lib_LTLIBRARIES = libwebserver_gnunet.la
6
7AM_CFLAGS = \
8 -D_SERVER_VERSION="\"0.6.3-GNUnet\""
9
10libwebserver_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
19libwebserver_gnunet_la_LDFLAGS = \
20 -version-info 0:0:0
21