16b2169965
The new mechanism for GLib deprecations is significantly better, and this breaks the build in real world situations. https://bugzilla.gnome.org/show_bug.cgi?id=706089
24 lines
632 B
Plaintext
24 lines
632 B
Plaintext
service_in_files += hotplug-sniffer/org.gnome.Shell.HotplugSniffer.service.in
|
|
|
|
libexec_PROGRAMS += gnome-shell-hotplug-sniffer
|
|
|
|
gnome_shell_hotplug_sniffer_SOURCES = \
|
|
hotplug-sniffer/hotplug-mimetypes.h \
|
|
hotplug-sniffer/shell-mime-sniffer.h \
|
|
hotplug-sniffer/shell-mime-sniffer.c \
|
|
hotplug-sniffer/hotplug-sniffer.c \
|
|
$(NULL)
|
|
|
|
gnome_shell_hotplug_sniffer_CFLAGS = \
|
|
-I$(top_srcdir)/src \
|
|
$(SHELL_HOTPLUG_SNIFFER_CFLAGS) \
|
|
$(NULL)
|
|
|
|
gnome_shell_hotplug_sniffer_LDFLAGS = \
|
|
$(SHELL_HOTPLUG_SNIFFER_LIBS) \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST += \
|
|
hotplug-sniffer/org.gnome.Shell.HotplugSniffer.service.in \
|
|
$(NULL)
|