From: raster Date: Thu, 15 Apr 2004 07:58:38 +0000 (+0000) Subject: version uppie... X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~1001 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88d7014fee8dee03f1c41bbb8153f73c7087ca81;p=profile%2Fivi%2Feet.git version uppie... git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@9732 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/Makefile.am b/Makefile.am index be062dd..ea4f7e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,12 +7,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ ltconfig ltmain.sh missing mkinstalldirs \ stamp-h.in eet_docs.tar eet_docs.tar.gz eet.c -dist-hook: - ./gendoc; \ - tar cvf eet_docs.tar doc/html doc/latex doc/man; \ - rm -f eet_docs.tar.gz; \ - gzip -9 eet_docs.tar; - bin_SCRIPTS = eet-config EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN eet.spec eet.c.in \ diff --git a/README b/README index 855ef12..a14c357 100644 --- a/README +++ b/README @@ -1 +1,4 @@ -Eet 0.9.0 +Eet 0.9.9 + +Please have doxygen installed and run: +./gendoc to generate documentation in the doc directory. diff --git a/configure.in b/configure.in index 3a83123..505db92 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET AC_ISC_POSIX -AM_INIT_AUTOMAKE(eet, 0.9.0) +AM_INIT_AUTOMAKE(eet, 0.9.9) AM_CONFIG_HEADER(config.h) AC_PROG_CC @@ -88,5 +88,4 @@ src/bin/Makefile eet-config ],[ chmod +x eet-config -touch eet_docs.tar.gz ]) diff --git a/eet-config.in b/eet-config.in index 6d8f079..cac167d 100644 --- a/eet-config.in +++ b/eet-config.in @@ -46,7 +46,7 @@ while test $# -gt 0; do ;; --libs) libdirs=-L@libdir@ - echo $libdirs -leet + echo $libdirs -leet -lz -ljpeg ;; *) echo "${usage}" 1>&2 diff --git a/eet.c.in b/eet.c.in index 84e5bb1..81a7371 100644 --- a/eet.c.in +++ b/eet.c.in @@ -9,9 +9,9 @@ These routines are used for Eet Library interaction @mainpage Eet Library Documentation @image html eet.png -@version 0.9.0 +@version 0.9.9 @author Carsten Haitzler -@date 2000-2002 +@date 2000-2004 diff --git a/eet.pc.in b/eet.pc.in index f722b30..0b380b5 100644 --- a/eet.pc.in +++ b/eet.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: eet Description: eet Version: @VERSION@ -Libs: -L${libdir} -leet +Libs: -L${libdir} -leet -lz -ljpeg Cflags: -I${includedir} diff --git a/eet.spec b/eet.spec index eac831d..3423549 100644 --- a/eet.spec +++ b/eet.spec @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 0.9.0 +%define ver 0.9.9 %define rel 1 %define prefix /usr diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 5cd4003..57a182d 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -21,4 +21,4 @@ Eet_private.h libeet_la_LIBADD = $(LDFLAGS) -lz -ljpeg libeet_la_DEPENDENCIES = $(top_builddir)/config.h -libeet_la_LDFLAGS = -version-info 9:0:9 +libeet_la_LDFLAGS = -version-info 9:9:9