diff options
Diffstat (limited to 'sendto')
-rw-r--r-- | sendto/Makefile.am | 2 | ||||
-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 |
8 files changed, 15 insertions, 0 deletions
diff --git a/sendto/Makefile.am b/sendto/Makefile.am index d4f056c..c964773 100644 --- a/sendto/Makefile.am +++ b/sendto/Makefile.am @@ -101,3 +101,5 @@ CLEANFILES = \ *.gschema.valid \ $(resources_built_sources) \ $(NULL) + +-include $(top_srcdir)/git.mk 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 |