patch-src_polkitagent_Makefile_am 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. --- polkit-0.112.orig/src/polkitagent/Makefile.am 2013-09-18 18:55:09.000000000 +0200
  2. +++ polkit-0.112/src/polkitagent/Makefile.am 2014-01-09 21:13:36.000000000 +0100
  3. @@ -109,34 +109,6 @@ polkit_agent_helper_1_LDFLAGS = \
  4. $(AM_LDFLAGS) \
  5. $(NULL)
  6. -if HAVE_INTROSPECTION
  7. -
  8. -girdir = $(INTROSPECTION_GIRDIR)
  9. -gir_DATA = PolkitAgent-1.0.gir
  10. -
  11. -PolkitAgent-1.0.gir: libpolkit-agent-1.la
  12. -
  13. -typelibsdir = $(INTROSPECTION_TYPELIBDIR)
  14. -typelibs_DATA = PolkitAgent-1.0.typelib
  15. -
  16. -INTROSPECTION_COMPILER_ARGS = --includedir=../../src/polkit
  17. -INTROSPECTION_GIRS = PolkitAgent-1.0.gir
  18. -PolkitAgent_1_0_gir_INCLUDES = Gio-2.0
  19. -PolkitAgent_1_0_gir_SCANNERFLAGS = \
  20. - --include-uninstalled=../../src/polkit/Polkit-1.0.gir \
  21. - --c-include='polkitagent/polkitagent.h'
  22. -PolkitAgent_1_0_gir_CFLAGS = \
  23. - $(libpolkit_agent_1_la_CFLAGS) \
  24. - -D_POLKIT_COMPILATION \
  25. - -D_POLKIT_AGENT_COMPILATION \
  26. - -I.. -I$(top_srcdir)/src
  27. -PolkitAgent_1_0_gir_LIBS = libpolkit-agent-1.la
  28. -PolkitAgent_1_0_gir_FILES = $(libpolkit_agent_1_la_SOURCES)
  29. -PolkitAgent_1_0_gir_EXPORT_PACKAGES = polkit-agent-1
  30. -
  31. -include $(INTROSPECTION_MAKEFILE)
  32. -
  33. -endif # HAVE_INTROSPECTION
  34. # polkit-agent-helper-1 need to be setuid root because it's used to
  35. # authenticate not only the invoking user, but possibly also root