summaryrefslogtreecommitdiff
path: root/cut-n-paste/smclient/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-04-29 12:00:20 +0800
committerraveit65 <[email protected]>2020-06-07 18:11:33 +0200
commit8e63669a379981a8e3df8fedd5c903bb85b526a1 (patch)
tree533aa570c94bd9714ac49e777da9574ef622b3a4 /cut-n-paste/smclient/Makefile.am
parent8fb00cb21aafad4e02e8d380fc4ed3d3409501d3 (diff)
downloadatril-8e63669a379981a8e3df8fedd5c903bb85b526a1.tar.bz2
atril-8e63669a379981a8e3df8fedd5c903bb85b526a1.tar.xz
use git submodule for cut-n-paste/smclient
Diffstat (limited to 'cut-n-paste/smclient/Makefile.am')
m---------cut-n-paste/smclient0
-rw-r--r--cut-n-paste/smclient/Makefile.am27
2 files changed, 0 insertions, 27 deletions
diff --git a/cut-n-paste/smclient b/cut-n-paste/smclient
new file mode 160000
+Subproject 2a986e57505e92f606f57fcec4b28e171f89a00
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