diff options
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 |