Skip to content

Commit 5957873

Browse files
Rob Walkerpull[bot]
Rob Walker
authored andcommitted
fix dist for Darwin (#2015)
1 parent c9ae811 commit 5957873

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/platform/Makefile.am

+3-2
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ libDeviceLayer_a_CPPFLAGS = \
146146
$(SOCKETS_CPPFLAGS) \
147147
$(NULL)
148148

149+
nodist_libDeviceLayer_a_SOURCES = $(NULL)
149150
libDeviceLayer_a_SOURCES = \
150151
PersistedStorage.cpp \
151152
SystemEventSupport.cpp \
@@ -229,7 +230,7 @@ Linux/gen/DbusBluez.c: Linux/dbus/org.bluez.xml
229230
$(GDBUSCODEGEN) $(GDBUSCODEGENOPTS) --body --output $@ $<
230231
sed -i 's/config\.h/BuildConfig.h/g' $@
231232

232-
libDeviceLayer_a_SOURCES += \
233+
nodist_libDeviceLayer_a_SOURCES += \
233234
Linux/gen/DbusBluez.c \
234235
$(NULL)
235236

@@ -266,7 +267,7 @@ Linux/gen/DBusWpaNetwork.c: Linux/dbus/wpa_network.xml
266267
gdbus-codegen --body --output $@ --c-namespace Wpa $<
267268
sed -i 's/config\.h/BuildConfig.h/g' $@
268269

269-
libDeviceLayer_a_SOURCES += \
270+
nodist_libDeviceLayer_a_SOURCES += \
270271
Linux/gen/DBusWpa.c \
271272
Linux/gen/DBusWpaInterface.c \
272273
Linux/gen/DBusWpaNetwork.c \

0 commit comments

Comments
 (0)