diff options
author | jbj <devnull@localhost> | 2001-05-23 16:38:52 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-23 16:38:52 +0000 |
commit | 23783af2276940639be72ca2ae4599f387beb899 (patch) | |
tree | 255a9516ab9c4ecadc8a7cc5f0fcb89463227f7a /Makefile.am | |
parent | 71f818828ed608b895896670f15437ffc491b785 (diff) | |
download | librpm-tizen-23783af2276940639be72ca2ae4599f387beb899.tar.gz librpm-tizen-23783af2276940639be72ca2ae4599f387beb899.tar.bz2 librpm-tizen-23783af2276940639be72ca2ae4599f387beb899.zip |
- remove all header region assertion failures, return NULL instead.
CVS patchset: 4809
CVS date: 2001/05/23 16:38:52
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index fedf5d55c..acdd2efe6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,8 +22,7 @@ INCLUDES = \ LIBS = -myLDFLAGS = # -L$(top_builddir)/build/.libs -L$(top_builddir)/lib/.libs \ - -L$(top_builddir)/rpmio/.libs -L$(top_builddir)/popt/.libs +myLDFLAGS = # @LDFLAGS_STATIC@ # XXX libtool can/should generate dependent libs. # XXX solaris2.6 cannot use *.la with --all-static (downrev binutils/egcs?) |