add libwebsockets.org logo to share 05/2905/1
authorAndy Green <andy.green@linaro.org>
Wed, 16 Jan 2013 02:00:39 +0000 (10:00 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:25 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
test-server/Makefile.am
test-server/libwebsockets.org-logo.png [new file with mode: 0644]

index de08a1d..0a22b25 100644 (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
 
diff --git a/test-server/libwebsockets.org-logo.png b/test-server/libwebsockets.org-logo.png
new file mode 100644 (file)
index 0000000..2060a10
Binary files /dev/null and b/test-server/libwebsockets.org-logo.png differ