0d2061bdf8
- merge in patches from the libical that used to be part of evolution-data-server - add homepage ok aja@ maintainer timed-out
28 lines
794 B
Plaintext
28 lines
794 B
Plaintext
$OpenBSD: patch-src_libicalss_Makefile_am,v 1.2 2009/10/11 12:41:18 jasper Exp $
|
|
--- src/libicalss/Makefile.am.orig Sun Sep 27 04:38:52 2009
|
|
+++ src/libicalss/Makefile.am Sat Oct 10 18:05:48 2009
|
|
@@ -29,11 +29,7 @@ LEX_OUTPUT_ROOT = lex.ss
|
|
|
|
all: icalss.h libical/icalss.h
|
|
|
|
-# just to get it built
|
|
-$(srcdir)/icalgauge.c: icalssyacc.h
|
|
-$(srcdir)/icalsslexer.c: icalssyacc.h
|
|
|
|
-
|
|
if WITH_BDB4
|
|
BDB_INCLUDE=-I@BDB_DIR_INCLUDE@ -DWITH_BDB4
|
|
BDB_SOURCEFILES=icalbdbset.c icalbdbset.h icalbdbsetimpl.h
|
|
@@ -68,6 +64,11 @@ libicalss_la_LIBADD = $(BDB_LIBFILES)
|
|
|
|
if DEV
|
|
libicalss_la_DEVSOURCES = icalsslexer.l icalssyacc.y
|
|
+
|
|
+# just to get it built
|
|
+$(srcdir)/icalgauge.c: icalssyacc.h
|
|
+$(srcdir)/icalsslexer.c: icalssyacc.h
|
|
+
|
|
else
|
|
libicalss_la_DEVSOURCES = icalsslexer.c icalssyacc.c
|
|
endif
|