aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-util/Makefile.am')
-rw-r--r--calendar/cal-util/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/calendar/cal-util/Makefile.am b/calendar/cal-util/Makefile.am
deleted file mode 100644
index 8a866efd49..0000000000
--- a/calendar/cal-util/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
- -DG_LOG_DOMAIN=\"cal-client\" \
- -I$(srcdir) -I$(top_srcdir) \
- -I. \
- -I.. \
- -I$(top_builddir) \
- -I$(includedir) \
- $(GNOME_INCLUDEDIR)
-
-lib_LTLIBRARIES = libcalutil.la
-
-libcalutil_la_SOURCES = \
- cal-util.c \
- cal-util.h \
- calobj.c \
- calobj.h \
- timeutil.c \
- timeutil.h
-