diff options
author | monsta <[email protected]> | 2015-09-09 12:09:52 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-09 12:09:52 +0300 |
commit | 0d36d61761a1d68839d61f521889dba3db7f514f (patch) | |
tree | dcf4188d0a02bdf227fa1abf6d0aedb8218075d8 /libeggsmclient/Makefile.am | |
parent | f95463c41d467b5cd5c1c1d94c1734a8fe1b009d (diff) | |
download | mate-utils-0d36d61761a1d68839d61f521889dba3db7f514f.tar.bz2 mate-utils-0d36d61761a1d68839d61f521889dba3db7f514f.tar.xz |
gsearchtool: move smclient stuff there, move sources to src/ subdir
Diffstat (limited to 'libeggsmclient/Makefile.am')
-rw-r--r-- | libeggsmclient/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libeggsmclient/Makefile.am b/libeggsmclient/Makefile.am deleted file mode 100644 index cc64b8cb..00000000 --- a/libeggsmclient/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -AM_CPPFLAGS = $(DISABLE_DEPRECATED) - -noinst_LTLIBRARIES = libeggsmclient.la - -libeggsmclient_la_LIBADD = $(LIBEGGSMCLIENT_LIBS) \ - -lSM -lICE -libeggsmclient_la_CFLAGS = $(LIBEGGSMCLIENT_CFLAGS) \ - -DEGG_SM_CLIENT_BACKEND_XSMP \ - -DG_LOG_DOMAIN=\""EggSMClient"\" \ - $(WARN_CFLAGS) -libeggsmclient_la_SOURCES = eggdesktopfile.h \ - eggdesktopfile.c \ - eggsmclient.h \ - eggsmclient.c \ - eggsmclient-private.h \ - eggsmclient-xsmp.c |