From 8e63669a379981a8e3df8fedd5c903bb85b526a1 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 29 Apr 2020 12:00:20 +0800 Subject: use git submodule for cut-n-paste/smclient --- cut-n-paste/smclient | 1 + cut-n-paste/smclient/Makefile.am | 27 --------------------------- 2 files changed, 1 insertion(+), 27 deletions(-) create mode 160000 cut-n-paste/smclient delete mode 100644 cut-n-paste/smclient/Makefile.am (limited to 'cut-n-paste/smclient/Makefile.am') diff --git a/cut-n-paste/smclient b/cut-n-paste/smclient new file mode 160000 index 00000000..2a986e57 --- /dev/null +++ b/cut-n-paste/smclient @@ -0,0 +1 @@ +Subproject commit 2a986e57505e92f606f57fcec4b28e171f89a005 diff --git a/cut-n-paste/smclient/Makefile.am b/cut-n-paste/smclient/Makefile.am deleted file mode 100644 index 6affe94d..00000000 --- a/cut-n-paste/smclient/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -noinst_LTLIBRARIES = libsmclient.la - -libsmclient_la_SOURCES = \ - eggsmclient.c \ - eggsmclient.h \ - eggsmclient-private.h \ - eggdesktopfile.c \ - eggdesktopfile.h \ - eggsmclient-xsmp.c \ - $(NULL) - -libsmclient_la_CPPFLAGS = \ - -DG_LOG_DOMAIN=\""EggSMClient"\" \ - -DEGG_SM_CLIENT_BACKEND_XSMP \ - $(DISABLE_DEPRECATED) \ - $(AM_CPPFLAGS) - -libsmclient_la_CFLAGS = \ - $(SMCLIENT_CFLAGS) \ - $(WARNING_CFLAGS) \ - $(AM_CFLAGS) - -libsmclient_la_LIBADD = \ - $(SMCLIENT_LIBS) \ - -lICE - --include $(top_srcdir)/git.mk -- cgit v1.2.1