diff options
author | Akira TAGOH <akira@tagoh.org> | 2006-07-16 06:46:14 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2006-07-16 06:46:14 +0000 |
commit | 1a782d8030433373f4851a79202e20699bdebe84 (patch) | |
tree | 7413a587ab2f085e0510f1964d78aa11fb9125d7 /src | |
parent | 973abe2493519a7c37f632340dc4ff1dde5e31af (diff) |
* src/Makefile.am: removed the libretto.la dependency.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c340ced..7f8a644 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,6 @@ LIBS = \ $(NULL) DEPS = \ $(top_builddir)/hieroglyph/libhieroglyph.la \ - $(top_builddir)/libretto/libretto.la \ $(NULL) noinst_PROGRAMS = \ @@ -33,7 +32,6 @@ hgspy_bin_LDADD = \ $(HG_MODULE_LIBS) \ $(GTHREAD_LIBS) \ libhgspy.la \ - $(top_builddir)/libretto/libretto.la \ $(NULL) libhgspy_la_SOURCES = \ |