Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index ef5ac4b..0000000
--- a/lib/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-INCLUDES = \
- $(LIB_CFLAGS) \
- $(WARN_CFLAGS) \
- $(DISABLE_DEPRECATED)
-
-noinst_LTLIBRARIES = libev.la
-
-libev_la_SOURCES = \
- ev-debug.c \
- ev-debug.h \
- ev-file-helpers.c \
- ev-file-helpers.h \
- ev-gui.c \
- ev-gui.h \
- ev-tooltip.c \
- ev-tooltip.h
-
-libev_la_LIBADD = \
- $(top_builddir)/backend/libevbackend.la