diff options
Diffstat (limited to 'cut-n-paste/smclient/Makefile.am')
m--------- | cut-n-paste/smclient | 0 | ||||
-rw-r--r-- | cut-n-paste/smclient/Makefile.am | 27 |
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 |