diff options
author | tamplan <[email protected]> | 2020-05-24 10:25:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-23 12:32:47 +0200 |
commit | 98f663d85b4e962caed7cafd5dcfcde230309a68 (patch) | |
tree | 2b2ff2fcca927b910438af87fe107cbde11d9b48 /sendto/plugins | |
parent | d19ec9fe76af25a7cd5d93eadc58a8cf6a379f17 (diff) | |
download | caja-extensions-98f663d85b4e962caed7cafd5dcfcde230309a68.tar.bz2 caja-extensions-98f663d85b4e962caed7cafd5dcfcde230309a68.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'sendto/plugins')
-rw-r--r-- | sendto/plugins/Makefile.am | 2 | ||||
-rw-r--r-- | sendto/plugins/caja-burn/Makefile.am | 2 | ||||
-rw-r--r-- | sendto/plugins/emailclient/Makefile.am | 2 | ||||
-rw-r--r-- | sendto/plugins/gajim/Makefile.am | 1 | ||||
-rw-r--r-- | sendto/plugins/pidgin/Makefile.am | 2 | ||||
-rw-r--r-- | sendto/plugins/removable-devices/Makefile.am | 2 | ||||
-rw-r--r-- | sendto/plugins/upnp/Makefile.am | 2 |
7 files changed, 13 insertions, 0 deletions
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 |