File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- AUTOMAKE_OPTIONS = foreign
1
+ AUTOMAKE_OPTIONS = foreign subdir-objects
2
2
ACLOCAL_AMFLAGS = -I m4
3
3
4
4
COMMON = src/cwebsocket/utf8.h src/cwebsocket/utf8.c src/cwebsocket/common.h src/cwebsocket/common.c
21
21
gcc -shared -fPIC $(ECHO_SERVER ) $(WEBSOCKET_SERVER ) -o libwsserver.so
22
22
23
23
clean :
24
- rm -rf ltmain.sh libtool config.sub config.guess libwsclient.* libwsserver.* .gitignore vgcore.* autoscan.log config.h.in config.h config.cache configure install-sh aclocal.m4 autom4te.cache/ config.log config.status Debug/ RPI\ Debug Release depcomp .deps/ m4/ Makefile Makefile.in missing stamp-h1 * .o src/* .o * ~ websocket-client websocket-server websocket-testsuite
24
+ rm -rf compile ltmain.sh libtool config.sub config.guess libwsclient.* libwsserver.* .gitignore vgcore.* autoscan.log config.h.in config.h config.cache configure install-sh aclocal.m4 autom4te.cache/ config.log config.status Debug/ RPI\ Debug Release depcomp .deps/ m4/ Makefile Makefile.in missing stamp-h1 * .o src/* .o * ~ src/.deps/ src/.dirstamp src/cwebsocket/.deps/ src/cwebsocket/.dirstamp src/cwebsocket/client.o src/cwebsocket/common.o src/cwebsocket/server.o src/cwebsocket/subprotocol/echo/.deps/ src/cwebsocket/subprotocol/echo/.dirstamp src/cwebsocket/subprotocol/echo/echo_client.o src/cwebsocket/subprotocol/echo/echo_server.o src/cwebsocket/utf8.o websocket-client websocket-server websocket-testsuite
You can’t perform that action at this time.
0 commit comments