diff options
author | Andy Green <andy@warmcat.com> | 2010-11-12 10:44:16 +0000 |
---|---|---|
committer | Andy Green <andy@warmcat.com> | 2010-11-12 10:44:16 +0000 |
commit | 4f3943a8f818be392ac9f059589f341ff311affa (patch) | |
tree | 1da5d0d3a7b519d89b9d1ec7b464d7c917fcb903 /lib/Makefile.in | |
parent | ab7d933d9d7aa961a3ae398adf42d401334e066e (diff) |
move-to-automatic-protocol-list-scheme.patch
Signed-off-by: Andy Green <andy@warmcat.com>
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 493db5b..dcf4a67 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -578,8 +578,8 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES all-local: ../scripts/kernel-doc -html \ libwebsockets.c \ - parsers.c \ - ../test-server/test-server.c \ + parsers.c \ + libwebsockets.h \ > ../libwebsockets-api-doc.html # Tell versions [3.59,3.63) of GNU make to not export all variables. |