File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ libDeviceLayer_a_CPPFLAGS = \
146
146
$(SOCKETS_CPPFLAGS ) \
147
147
$(NULL )
148
148
149
+ nodist_libDeviceLayer_a_SOURCES = $(NULL )
149
150
libDeviceLayer_a_SOURCES = \
150
151
PersistedStorage.cpp \
151
152
SystemEventSupport.cpp \
@@ -229,7 +230,7 @@ Linux/gen/DbusBluez.c: Linux/dbus/org.bluez.xml
229
230
$(GDBUSCODEGEN ) $(GDBUSCODEGENOPTS ) --body --output $@ $<
230
231
sed -i ' s/config\.h/BuildConfig.h/g' $@
231
232
232
- libDeviceLayer_a_SOURCES += \
233
+ nodist_libDeviceLayer_a_SOURCES += \
233
234
Linux/gen/DbusBluez.c \
234
235
$(NULL )
235
236
@@ -266,7 +267,7 @@ Linux/gen/DBusWpaNetwork.c: Linux/dbus/wpa_network.xml
266
267
gdbus-codegen --body --output $@ --c-namespace Wpa $<
267
268
sed -i ' s/config\.h/BuildConfig.h/g' $@
268
269
269
- libDeviceLayer_a_SOURCES += \
270
+ nodist_libDeviceLayer_a_SOURCES += \
270
271
Linux/gen/DBusWpa.c \
271
272
Linux/gen/DBusWpaInterface.c \
272
273
Linux/gen/DBusWpaNetwork.c \
You can’t perform that action at this time.
0 commit comments