build: don't distribute generated sources
This commit is contained in:
@@ -174,9 +174,11 @@ include_HEADERS = \
|
|||||||
mm-gdbus-sim.h \
|
mm-gdbus-sim.h \
|
||||||
libmm-common.h
|
libmm-common.h
|
||||||
|
|
||||||
libmm_common_la_SOURCES = \
|
nodist_libmm_common_la_SOURCES = \
|
||||||
$(GENERATED_H) \
|
$(GENERATED_H) \
|
||||||
$(GENERATED_C) \
|
$(GENERATED_C)
|
||||||
|
|
||||||
|
libmm_common_la_SOURCES = \
|
||||||
mm-errors-quarks.c \
|
mm-errors-quarks.c \
|
||||||
mm-common-helpers.h \
|
mm-common-helpers.h \
|
||||||
mm-common-helpers.c \
|
mm-common-helpers.c \
|
||||||
|
@@ -58,6 +58,10 @@ libserial_la_CPPFLAGS = \
|
|||||||
-I$(top_srcdir)/libmm-common \
|
-I$(top_srcdir)/libmm-common \
|
||||||
-I$(top_builddir)/libmm-common
|
-I$(top_builddir)/libmm-common
|
||||||
|
|
||||||
|
nodist_libserial_la_SOURCES = \
|
||||||
|
mm-serial-enums-types.h \
|
||||||
|
mm-serial-enums-types.c
|
||||||
|
|
||||||
libserial_la_SOURCES = \
|
libserial_la_SOURCES = \
|
||||||
mm-port.c \
|
mm-port.c \
|
||||||
mm-port.h \
|
mm-port.h \
|
||||||
@@ -66,9 +70,7 @@ libserial_la_SOURCES = \
|
|||||||
mm-at-serial-port.c \
|
mm-at-serial-port.c \
|
||||||
mm-at-serial-port.h \
|
mm-at-serial-port.h \
|
||||||
mm-qcdm-serial-port.c \
|
mm-qcdm-serial-port.c \
|
||||||
mm-qcdm-serial-port.h \
|
mm-qcdm-serial-port.h
|
||||||
mm-serial-enums-types.h \
|
|
||||||
mm-serial-enums-types.c
|
|
||||||
|
|
||||||
# Daemon specific enum types
|
# Daemon specific enum types
|
||||||
DAEMON_ENUMS = mm-bearer.h
|
DAEMON_ENUMS = mm-bearer.h
|
||||||
@@ -122,14 +124,16 @@ if WITH_POLKIT
|
|||||||
ModemManager_LDADD += $(POLKIT_LIBS)
|
ModemManager_LDADD += $(POLKIT_LIBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ModemManager_SOURCES = \
|
nodist_ModemManager_SOURCES = \
|
||||||
main.c \
|
|
||||||
mm-marshal.h \
|
mm-marshal.h \
|
||||||
mm-marshal.c \
|
mm-marshal.c \
|
||||||
|
mm-daemon-enums-types.h \
|
||||||
|
mm-daemon-enums-types.c
|
||||||
|
|
||||||
|
ModemManager_SOURCES = \
|
||||||
|
main.c \
|
||||||
mm-log.c \
|
mm-log.c \
|
||||||
mm-log.h \
|
mm-log.h \
|
||||||
mm-daemon-enums-types.h \
|
|
||||||
mm-daemon-enums-types.c \
|
|
||||||
mm-private-boxed-types.h \
|
mm-private-boxed-types.h \
|
||||||
mm-private-boxed-types.c \
|
mm-private-boxed-types.c \
|
||||||
mm-auth.h \
|
mm-auth.h \
|
||||||
@@ -187,6 +191,10 @@ ModemManager_SOURCES = \
|
|||||||
mm-plugin-base.c \
|
mm-plugin-base.c \
|
||||||
mm-plugin-base.h
|
mm-plugin-base.h
|
||||||
|
|
||||||
|
# Additional dependency rules
|
||||||
|
mm-bearer.c: mm-daemon-enums-types.h
|
||||||
|
mm-sms-list.c: mm-marshal.h
|
||||||
|
|
||||||
if WITH_POLKIT
|
if WITH_POLKIT
|
||||||
ModemManager_SOURCES += \
|
ModemManager_SOURCES += \
|
||||||
mm-auth-provider-polkit.c \
|
mm-auth-provider-polkit.c \
|
||||||
|
Reference in New Issue
Block a user