diff options
author | Wu Xiaotian <[email protected]> | 2020-04-26 21:08:25 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-05-15 18:37:52 +0200 |
commit | 8a8c3819fc011a807a625e3fecba0fed2a7b7e93 (patch) | |
tree | 089d42652d3b475d6c93949c4d461166ce884bca /libegg/Makefile.am | |
parent | 4348cd0ad168ed2f334fd8f3e627d3926e8f3880 (diff) | |
download | caja-8a8c3819fc011a807a625e3fecba0fed2a7b7e93.tar.bz2 caja-8a8c3819fc011a807a625e3fecba0fed2a7b7e93.tar.xz |
mate-submodules: use git submodule for libegg
Diffstat (limited to 'libegg/Makefile.am')
-rw-r--r-- | libegg/Makefile.am | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/libegg/Makefile.am b/libegg/Makefile.am deleted file mode 100644 index 3601740a..00000000 --- a/libegg/Makefile.am +++ /dev/null @@ -1,37 +0,0 @@ -NULL= - -noinst_LTLIBRARIES = libegg.la - -AM_CPPFLAGS = $(LIBEGG_CFLAGS) - -EGG_TREE_DND_FILES = \ - eggtreemultidnd.c \ - eggtreemultidnd.h \ - $(NULL) - -EGG_SMCLIENT_FILES = \ - eggdesktopfile.c \ - eggdesktopfile.h \ - eggsmclient.c \ - eggsmclient.h \ - eggsmclient-private.h \ - eggsmclient-xsmp.c \ - $(NULL) - -libegg_la_SOURCES = \ - $(EGG_TREE_DND_FILES) \ - $(EGG_SMCLIENT_FILES) \ - $(NULL) - -libegg_la_CFLAGS = \ - -DEGG_SM_CLIENT_BACKEND_XSMP \ - -DG_LOG_DOMAIN=\""EggSMClient"\" \ - $(LIBEGG_CFLAGS) \ - $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED) - -libegg_la_LIBADD = \ - $(LIBEGG_LIBS) \ - -lSM -lICE - --include $(top_srcdir)/git.mk |