aboutsummaryrefslogtreecommitdiffstats
path: root/libical/examples/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-02 23:43:54 +0800
committernobody <nobody@localhost>2001-08-02 23:43:54 +0800
commitdb171b24325a1ce9b39e3606dd1e72c27cb27e0a (patch)
tree94acb43d14c571e8ec432fa3650277178741f531 /libical/examples/Makefile.am
parentea4315435238149d387701ed2940bf8c97d4d319 (diff)
downloadgsoc2013-evolution-gnomoku-1_2.tar
gsoc2013-evolution-gnomoku-1_2.tar.gz
gsoc2013-evolution-gnomoku-1_2.tar.bz2
gsoc2013-evolution-gnomoku-1_2.tar.lz
gsoc2013-evolution-gnomoku-1_2.tar.xz
gsoc2013-evolution-gnomoku-1_2.tar.zst
gsoc2013-evolution-gnomoku-1_2.zip
This commit was manufactured by cvs2svn to create tag 'gnomoku-1_2'.gnomoku-1_2
svn path=/tags/gnomoku-1_2/; revision=11577
Diffstat (limited to 'libical/examples/Makefile.am')
-rw-r--r--libical/examples/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/libical/examples/Makefile.am b/libical/examples/Makefile.am
deleted file mode 100644
index 99e33d3400..0000000000
--- a/libical/examples/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-
-noinst_PROGRAMS = doesnothing
-
-LDADD = ../src/libical/libical.a ../src/libicalss/libicalss.la ../src/libicalvcal/libicalvcal.la
-INCLUDES = -I . -I../src/libical -I$(srcdir)/../src/libical -I../src/libicalss -I../src/libicalvcal
-
-INCLUDES = -I. -I../src/libical -I$(srcdir)/../src/libical -I../src/libicalss -I../src/libicalvcal
-
-doesnothing_SOURCES = \
- access_components.c \
- access_properties_and_parameters.c \
- errors.c \
- main.c \
- parse_text.c
-