Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am17
1 files changed, 6 insertions, 11 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f425bee..148ed61 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,22 +1,17 @@
-NULL=
-
-INCLUDES= \
- -DEVINCE_UIDIR=\"$(pkgdatadir)\" \
- -DGNOMELOCALEDIR=\"$(datadir)/locale\" \
+INCLUDES = \
$(LIB_CFLAGS) \
$(WARN_CFLAGS) \
- $(DISABLE_DEPRECATED) \
- $(NULL)
+ $(DISABLE_DEPRECATED)
noinst_LTLIBRARIES = libev.la
-libev_la_SOURCES= \
+libev_la_SOURCES = \
ev-debug.c \
ev-debug.h \
ev-file-helpers.c \
ev-file-helpers.h \
ev-gui.c \
- ev-gui.h \
- $(NULL)
+ ev-gui.h
-libev_la_LIBADD = $(LIB_LIBS)
+libev_la_LIBADD = \
+ $(top_builddir)/backend/libevbackend.la