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:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-05 09:37:09 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-07-05 09:37:09 (GMT)
commitca22044f7609f44e342166d2686e69f8fb261640 (patch)
treebf26eed6096882b29da678ebb647e3f65f232543 /cut-n-paste/gail-util/Makefile.am
parentdd170e0b5819d5f5a8137b2b4aacba3b76fdb8d4 (diff)
Remove gail-util from cut-n-paste and add gail dependency
I thought gail-util was included in gtk+ sources but it was not installed by gtk.
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