add libwebsockets.org logo to share

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-01-16 10:00:39 +08:00
parent 583f8b3b11
commit 56d4697463
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ libwebsockets_test_ping_LDADD=-L../lib -lwebsockets
libwebsockets_test_ping_CFLAGS= -Wall -Werror -std=gnu99 -pedantic -DINSTALL_DATADIR=\"@datadir@\" -DLWS_OPENSSL_CLIENT_CERTS=\"@clientcertdir@\"
endif
EXTRA_DIST=test.html favicon.ico
EXTRA_DIST=test.html favicon.ico libwebsockets.org-logo.png
#
# cook a random test cert and key
@ -61,6 +61,6 @@ clean-local:
install-data-local:libwebsockets-test-server.key.pem libwebsockets-test-server.pem
mkdir -p $(DESTDIR)$(datadir)/libwebsockets-test-server
cp -a test.html favicon.ico libwebsockets-test-server.key.pem libwebsockets-test-server.pem \
cp -a $(EXTRA_DIST) libwebsockets-test-server.key.pem libwebsockets-test-server.pem \
$(DESTDIR)$(datadir)/libwebsockets-test-server

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB