From 98f663d85b4e962caed7cafd5dcfcde230309a68 Mon Sep 17 00:00:00 2001 From: tamplan Date: Sun, 24 May 2020 10:25:23 +0200 Subject: add git.mk to generate .gitignore --- sendto/plugins/Makefile.am | 2 ++ sendto/plugins/caja-burn/Makefile.am | 2 ++ sendto/plugins/emailclient/Makefile.am | 2 ++ sendto/plugins/gajim/Makefile.am | 1 + sendto/plugins/pidgin/Makefile.am | 2 ++ sendto/plugins/removable-devices/Makefile.am | 2 ++ sendto/plugins/upnp/Makefile.am | 2 ++ 7 files changed, 13 insertions(+) (limited to 'sendto/plugins') diff --git a/sendto/plugins/Makefile.am b/sendto/plugins/Makefile.am index 6d17c98..7d0eaae 100644 --- a/sendto/plugins/Makefile.am +++ b/sendto/plugins/Makefile.am @@ -11,3 +11,5 @@ libnstcommon_la_LIBADD = $(SENDTO_LIBS) endif EXTRA_DIST = $(NST_COMMON_SOURCES) + +-include $(top_srcdir)/git.mk diff --git a/sendto/plugins/caja-burn/Makefile.am b/sendto/plugins/caja-burn/Makefile.am index 10c0a65..06979c5 100644 --- a/sendto/plugins/caja-burn/Makefile.am +++ b/sendto/plugins/caja-burn/Makefile.am @@ -29,3 +29,5 @@ libnstburn_la_CFLAGS = \ $(NULL) libnstburn_la_LDFLAGS = -module -avoid-version libnstburn_la_LIBADD = $(GIO_LIBS) $(SENDTO_LIBS) $(builddir)/../libnstcommon.la + +-include $(top_srcdir)/git.mk diff --git a/sendto/plugins/emailclient/Makefile.am b/sendto/plugins/emailclient/Makefile.am index 37c08e2..cc4629c 100644 --- a/sendto/plugins/emailclient/Makefile.am +++ b/sendto/plugins/emailclient/Makefile.am @@ -28,3 +28,5 @@ libnstemailclient_la_CFLAGS = \ $(NULL) libnstemailclient_la_LDFLAGS = -module -avoid-version libnstemailclient_la_LIBADD = $(SENDTO_LIBS) $(EMAILCLIENT_LIBS) + +-include $(top_srcdir)/git.mk diff --git a/sendto/plugins/gajim/Makefile.am b/sendto/plugins/gajim/Makefile.am index 9bf5f5f..cbe211e 100644 --- a/sendto/plugins/gajim/Makefile.am +++ b/sendto/plugins/gajim/Makefile.am @@ -29,3 +29,4 @@ libnstgajim_la_CFLAGS = \ libnstgajim_la_LDFLAGS = -module -avoid-version libnstgajim_la_LIBADD = $(DBUS_LIBS) $(SENDTO_LIBS) +-include $(top_srcdir)/git.mk diff --git a/sendto/plugins/pidgin/Makefile.am b/sendto/plugins/pidgin/Makefile.am index e6e64bc..d4b210b 100644 --- a/sendto/plugins/pidgin/Makefile.am +++ b/sendto/plugins/pidgin/Makefile.am @@ -32,3 +32,5 @@ libnstpidgin_la_LIBADD = \ $(PIDGIN_LIBS) \ $(SENDTO_LIBS) \ $(NUll) + +-include $(top_srcdir)/git.mk diff --git a/sendto/plugins/removable-devices/Makefile.am b/sendto/plugins/removable-devices/Makefile.am index 6aa8928..59a5247 100644 --- a/sendto/plugins/removable-devices/Makefile.am +++ b/sendto/plugins/removable-devices/Makefile.am @@ -28,3 +28,5 @@ libnstremovable_devices_la_CFLAGS = \ $(NULL) libnstremovable_devices_la_LDFLAGS = -module -avoid-version libnstremovable_devices_la_LIBADD = $(GIO_LIBS) $(SENDTO_LIBS) $(builddir)/../libnstcommon.la + +-include $(top_srcdir)/git.mk diff --git a/sendto/plugins/upnp/Makefile.am b/sendto/plugins/upnp/Makefile.am index 9544d49..a6613ae 100644 --- a/sendto/plugins/upnp/Makefile.am +++ b/sendto/plugins/upnp/Makefile.am @@ -28,3 +28,5 @@ libnstupnp_la_CFLAGS = \ $(NULL) libnstupnp_la_LDFLAGS = -module -avoid-version libnstupnp_la_LIBADD = $(UPNP_LIBS) $(SENDTO_LIBS) + +-include $(top_srcdir)/git.mk -- cgit v1.2.1