diff options
author | Wu Xiaotian <[email protected]> | 2020-04-29 14:15:38 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-05 19:15:55 +0200 |
commit | 182db38e83a67d52e15888e3281c3b4dfc2bee40 (patch) | |
tree | f6fad057435e73f0fcc85e3a544fea9b87f5cbea /copy-n-paste/Makefile.am | |
parent | 3b36ed380545abf321922499c7969d69bae6e8cc (diff) | |
download | engrampa-182db38e83a67d52e15888e3281c3b4dfc2bee40.tar.bz2 engrampa-182db38e83a67d52e15888e3281c3b4dfc2bee40.tar.xz |
use git submodule of libegg
Diffstat (limited to 'copy-n-paste/Makefile.am')
-rw-r--r-- | copy-n-paste/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/copy-n-paste/Makefile.am b/copy-n-paste/Makefile.am deleted file mode 100644 index 33f7469..0000000 --- a/copy-n-paste/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -NULL = - -AM_CPPFLAGS = \ - -UGETTEXT_PACKAGE - -noinst_LTLIBRARIES = libeggsmclient.la - -libeggsmclient_la_LIBADD = $(GTK_LIBS) -libeggsmclient_la_CFLAGS = \ - $(GTK_CFLAGS) \ - $(WARN_CFLAGS) \ - $(NULL) -libeggsmclient_la_SOURCES = eggdesktopfile.h \ - eggdesktopfile.c \ - eggsmclient.h \ - eggsmclient.c \ - eggsmclient-private.h \ - eggsmclient-xsmp.c - --include $(top_srcdir)/git.mk |