diff options
author | Wu Xiaotian <[email protected]> | 2020-06-27 16:15:10 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-16 13:52:41 +0200 |
commit | 6ffcc44a06cb86a417afe433c218a3b60c13531d (patch) | |
tree | ce3db465e1d544e2fc0921af1ddb540d12f8388f /capplets/about-me/Makefile.am | |
parent | d4e64fb49a5dc5add80e88aab905d122999656fd (diff) | |
download | mate-control-center-6ffcc44a06cb86a417afe433c218a3b60c13531d.tar.bz2 mate-control-center-6ffcc44a06cb86a417afe433c218a3b60c13531d.tar.xz |
about-me: migrate from dbus-glib to GDBus
Diffstat (limited to 'capplets/about-me/Makefile.am')
-rw-r--r-- | capplets/about-me/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am index e9a9ebf4..0af42ff5 100644 --- a/capplets/about-me/Makefile.am +++ b/capplets/about-me/Makefile.am @@ -4,7 +4,7 @@ cappletname = about-me ui_files = mate-about-me-dialog.ui mate-about-me-password.ui mate-about-me-fingerprint.ui Desktop_in_files = mate-about-me.desktop.in -BUILT_SOURCES = marshal.c marshal.h mate-about-me-resources.h mate-about-me-resources.c +BUILT_SOURCES = mate-about-me-resources.h mate-about-me-resources.c nodist_mate_about_me_SOURCES = \ $(BUILT_SOURCES) mate_about_me_SOURCES = \ @@ -17,10 +17,6 @@ mate_about_me_SOURCES = \ fingerprint-strings.h \ mate-about-me.c -marshal.h: fprintd-marshal.list - @GLIB_GENMARSHAL@ --prefix=fprintd_marshal $< --header > $@ -marshal.c: fprintd-marshal.list - @GLIB_GENMARSHAL@ --prefix=fprintd_marshal $< --body --prototypes > $@ mate-about-me-resources.h mate-about-me-resources.c: org.mate.mcc.am.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir) $(srcdir)/org.mate.mcc.am.gresource.xml) $(AM_V_GEN) XMLLINT=$(XMLLINT) $(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir $(srcdir) --generate --c-name about_me $< @@ -56,7 +52,6 @@ endif CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(BUILT_SOURCES) EXTRA_DIST = \ $(ui_files) \ - fprintd-marshal.list \ $(Desktop_in_files) \ org.mate.mcc.am.gresource.xml \ ui-a11y.suppr |