mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-25 17:20:12 +01:00
Don't ship an introspection file for devkit-power-gobject, it's soon to be obsolete
This commit is contained in:
parent
fd94c5d485
commit
72bb220a6a
1 changed files with 0 additions and 24 deletions
|
|
@ -8,11 +8,6 @@ INCLUDES = \
|
||||||
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
|
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
|
||||||
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
|
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
|
||||||
|
|
||||||
-include $(INTROSPECTION_MAKEFILE)
|
|
||||||
INTROSPECTION_GIRS =
|
|
||||||
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
|
|
||||||
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = \
|
lib_LTLIBRARIES = \
|
||||||
libdevkit-power-gobject.la
|
libdevkit-power-gobject.la
|
||||||
|
|
||||||
|
|
@ -76,25 +71,6 @@ EXTRA_DIST = \
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
if HAVE_INTROSPECTION
|
|
||||||
introspection_sources = $(libdevkit_power_gobject_la_SOURCES)
|
|
||||||
|
|
||||||
DeviceKitPowerGlib-1.0.gir: libdevkit-power-gobject.la
|
|
||||||
DeviceKitPowerGlib_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0
|
|
||||||
DeviceKitPowerGlib_1_0_gir_CFLAGS = $(INCLUDES) -DI_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE
|
|
||||||
DeviceKitPowerGlib_1_0_gir_LIBS = libdevkit-power-gobject.la
|
|
||||||
DeviceKitPowerGlib_1_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
|
|
||||||
INTROSPECTION_GIRS += DeviceKitPowerGlib-1.0.gir
|
|
||||||
|
|
||||||
girdir = $(datadir)/gir-1.0
|
|
||||||
dist_gir_DATA = $(INTROSPECTION_GIRS)
|
|
||||||
|
|
||||||
typelibdir = $(libdir)/girepositry-1.0
|
|
||||||
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
|
|
||||||
|
|
||||||
CLEANFILES += $(dist_gir_DATA) $(typelib_DATA)
|
|
||||||
endif
|
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f *~
|
rm -f *~
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue