Skip to content

Commit e57bb2d

Browse files
rootroot
authored andcommitted
Updated config for raspberry pi. Addresses #33
1 parent a340190 commit e57bb2d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

addon_config.mk

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ common:
4141
# in the src folders in libs and the root of the addon. if your addon needs
4242
# to include files in different places or a different set of files per platform
4343
# they can be specified here
44-
ADDON_SOURCES = libs/jsoncpp/jsoncpp.cpp
45-
ADDON_SOURCES += libs/ofxLibwebsockets/src/ofxLibwebsockets.h
46-
ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Server.h
47-
ADDON_SOURCES += libs/ofxLibwebsockets/src/Server.cpp
48-
ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Reactor.h
49-
ADDON_SOURCES += libs/ofxLibwebsockets/src/Reactor.cpp
50-
ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Protocol.h
51-
ADDON_SOURCES += libs/ofxLibwebsockets/src/Protocol.cpp
52-
ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Events.h
53-
ADDON_SOURCES += libs/ofxLibwebsockets/src/Events.cpp
54-
ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Connection.h
55-
ADDON_SOURCES += libs/ofxLibwebsockets/src/Connection.cpp
56-
ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Client.h
57-
ADDON_SOURCES += libs/ofxLibwebsockets/src/Client.cpp
44+
# ADDON_SOURCES = libs/jsoncpp/jsoncpp.cpp
45+
# ADDON_SOURCES += libs/ofxLibwebsockets/src/ofxLibwebsockets.h
46+
# ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Server.h
47+
# ADDON_SOURCES += libs/ofxLibwebsockets/src/Server.cpp
48+
# ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Reactor.h
49+
# ADDON_SOURCES += libs/ofxLibwebsockets/src/Reactor.cpp
50+
# ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Protocol.h
51+
# ADDON_SOURCES += libs/ofxLibwebsockets/src/Protocol.cpp
52+
# ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Events.h
53+
# ADDON_SOURCES += libs/ofxLibwebsockets/src/Events.cpp
54+
# ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Connection.h
55+
# ADDON_SOURCES += libs/ofxLibwebsockets/src/Connection.cpp
56+
# ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Client.h
57+
# ADDON_SOURCES += libs/ofxLibwebsockets/src/Client.cpp
5858

5959
# some addons need resources to be copied to the bin/data folder of the project
6060
# specify here any files that need to be copied, you can use wildcards like * and ?
@@ -97,7 +97,7 @@ vs:
9797

9898
linuxarmv6l:
9999
ADDON_LDFLAGS = -lssl
100-
100+
ADDON_SOURCES_EXCLUDE = libs/libwebsockets/include/win32port/%
101101
ADDON_LIBS = libs/libwebsockets/lib/linuxarmv6l/libwebsockets.a
102102
linuxarmv7l:
103103
#nothing yet

0 commit comments

Comments
 (0)