diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-04-12 15:13:18 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-04-12 15:13:18 +0200 |
| commit | 729e175e6b96099323a4e3266faad9af0958112e (patch) | |
| tree | ca1dacf2ec0d7afb0775027dafff91648d841ef6 /Makefile.am | |
| parent | 479a390effbf0b122b5c28a9c3c42d3e8d384898 (diff) | |
| download | slack-timedate-729e175e6b96099323a4e3266faad9af0958112e.tar.gz | |
Replace autotools with CMake
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index ba90512..0000000 --- a/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -dbus_servicesdir = $(datadir)/dbus-1/system-services -dbus_confdir = $(sysconfdir)/dbus-1/system.d -introspectiondir = $(datadir)/dbus-1/interfaces -polkit_actionsdir = $(datadir)//polkit-1/actions - -libexec_PROGRAMS = slack-timedate - -INCLUDES = $(GDBUS_CFLAGS) - -slack_timedate_SOURCES = slack-timedate.c slack-timedate.h -slack_timedate_LDADD = $(GDBUS_LIBS) - -dbus_services_DATA = org.freedesktop.timedate1.service -$(dbus_services_DATA): org.freedesktop.timedate1.service.in - $(AM_V_GEN)sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@ -dbus_conf_DATA = org.freedesktop.timedate1.conf - -introspection_DATA = org.freedesktop.timedate1.xml -polkit_actions_DATA = org.freedesktop.timedate1.policy - -EXTRA_DIST = \ - $(dbus_services_DATA) \ - $(dbus_conf_DATA) \ - $(introspection_DATA) \ - $(polkit_actions_DATA) - -CLEANFILES = \ - org.freedesktop.timedate1.service |
