Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/gail-util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/gail-util/Makefile.am')
-rw-r--r--cut-n-paste/gail-util/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/cut-n-paste/gail-util/Makefile.am b/cut-n-paste/gail-util/Makefile.am
deleted file mode 100644
index 5053f11..0000000
--- a/cut-n-paste/gail-util/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-noinst_LTLIBRARIES = libgail.la
-libgail_la_SOURCES = \
- gailtextutil.h \
- gailtextutil.c \
- gailmisc.h \
- gailmisc.c
-
-libgail_la_CPPFLAGS = \
- $(AM_CPPFLAGS)
-
-libgail_la_CFLAGS = \
- $(SHELL_CORE_CFLAGS) \
- $(WARNING_CFLAGS) \
- $(DISABLE_DEPRECATED) \
- $(AM_CFLAGS)
-
--include $(top_srcdir)/git.mk