aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-05-22 06:40:15 +0800
committernobody <nobody@localhost>2000-05-22 06:40:15 +0800
commit573469db0d4d8a5a328137342c041bd005eaf974 (patch)
tree70ea22d6a4da2e07bedfe85a5cddc5e7ad0a1246 /calendar/cal-util/Makefile.am
parent3f5d9cb60827ca2a5e032e95aa241cc8376ab46f (diff)
downloadgsoc2013-evolution-MC_4_5_47.tar
gsoc2013-evolution-MC_4_5_47.tar.gz
gsoc2013-evolution-MC_4_5_47.tar.bz2
gsoc2013-evolution-MC_4_5_47.tar.lz
gsoc2013-evolution-MC_4_5_47.tar.xz
gsoc2013-evolution-MC_4_5_47.tar.zst
gsoc2013-evolution-MC_4_5_47.zip
This commit was manufactured by cvs2svn to create tag 'MC_4_5_47'.MC_4_5_47
svn path=/tags/MC_4_5_47/; revision=3158
Diffstat (limited to 'calendar/cal-util/Makefile.am')
-rw-r--r--calendar/cal-util/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/calendar/cal-util/Makefile.am b/calendar/cal-util/Makefile.am
deleted file mode 100644
index f110e96394..0000000000
--- a/calendar/cal-util/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
- -DG_LOG_DOMAIN=\"cal-util\" \
- -I$(top_srcdir) \
- -I$(top_srcdir)/calendar \
- -I. \
- -I.. \
- -I$(top_builddir) \
- $(GNOME_INCLUDEDIR)
-
-lib_LTLIBRARIES = libcal-util.la
-
-libcal_util_la_SOURCES = \
- cal-recur.c \
- cal-util.c \
- calobj.c \
- timeutil.c
-
-libcal_utilincludedir = $(includedir)/evolution/cal-util
-
-libcal_utilinclude_HEADERS = \
- cal-recur.h \
- cal-util.h \
- calobj.h \
- timeutil.h