summaryrefslogtreecommitdiff
path: root/mate-panel/libegg/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-04-29 16:18:13 +0800
committerraveit65 <[email protected]>2020-06-11 19:38:34 +0200
commit1cfcb58dd5bc3e6effac1d2cdbc482dce930dd9b (patch)
tree663b5a4c41203d3108ea4b441cbc12a8f019dd54 /mate-panel/libegg/Makefile.am
parentf6614d839070bcb1439076a2b28dac15f2432713 (diff)
downloadmate-panel-1cfcb58dd5bc3e6effac1d2cdbc482dce930dd9b.tar.bz2
mate-panel-1cfcb58dd5bc3e6effac1d2cdbc482dce930dd9b.tar.xz
libegg: use git submodule
Diffstat (limited to 'mate-panel/libegg/Makefile.am')
-rw-r--r--mate-panel/libegg/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/mate-panel/libegg/Makefile.am b/mate-panel/libegg/Makefile.am
deleted file mode 100644
index c50c1fa0..00000000
--- a/mate-panel/libegg/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-platform_defines = -DEGG_SM_CLIENT_BACKEND_XSMP
-platform_sources = eggsmclient-xsmp.c
-
-noinst_LTLIBRARIES = libegg.la
-
-AM_CPPFLAGS = \
- $(EGG_SMCLIENT_CFLAGS) \
- -DG_LOG_DOMAIN=\""EggSMClient"\"\
- $(platform_defines) \
- $(DISABLE_DEPRECATED_CFLAGS)
-
-AM_CFLAGS = $(WARN_CFLAGS)
-
-libegg_la_SOURCES = \
- eggdesktopfile.c \
- eggdesktopfile.h \
- eggsmclient.c \
- eggsmclient.h \
- eggsmclient-private.h \
- $(platform_sources)
-
-libegg_la_LIBADD = \
- $(EGG_SMCLIENT_LIBS)
-
--include $(top_srcdir)/git.mk