From: handa Date: Sat, 23 Nov 2002 01:07:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-0-9-1~125 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cc0a6c478c9d9dab409087ccb1143dc1c4482a70;p=m17n%2Flibotf.git *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index 037cd27..44abe1e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,18 +1,3 @@ -*.lo -*.la -src/stamp-h.in -src/stamp-h -src/config.h -src/Makefile.in -src/Makefile -src/.libs -src/.deps -example/otfdump -example/otfdraw -example/Makefile.in -example/Makefile -example/.libs -example/.deps otflib-config libtool configure diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..2f4f343 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,11 @@ +stamp-h.in +stamp-h +otf-util.lo +otf-proc.lo +otf-open.lo +libotf.la +config.h +Makefile.in +Makefile +.libs +.deps diff --git a/src/Makefile.am b/src/Makefile.am index 0d5401e..7db8e1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,4 +7,3 @@ libotf_la_SOURCES = \ otf-proc.c include_HEADERS = otf.h -