diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-05-31 15:51:15 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-05-31 16:46:40 +0300 |
commit | bf088dbeb5fbc67cae647ec13d02fdabc1a4f64c (patch) | |
tree | f76c1f5deab52bf4ae8fc2fb82e9f467d96137b1 /misc/Makefile.am | |
parent | 38932d1d175b8ff8a509d2d9995ffb3eb576ff3a (diff) | |
download | librpm-tizen-bf088dbeb5fbc67cae647ec13d02fdabc1a4f64c.tar.gz librpm-tizen-bf088dbeb5fbc67cae647ec13d02fdabc1a4f64c.tar.bz2 librpm-tizen-bf088dbeb5fbc67cae647ec13d02fdabc1a4f64c.zip |
Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)
- Lump glob.h and glob.c into rpmglob.c in all their g(l)ory libc
decorations and make everything static to stop overriding system
library symbols with our own glob().
Diffstat (limited to 'misc/Makefile.am')
-rw-r--r-- | misc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index e06fcac7b..4fdde9525 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -5,7 +5,6 @@ AM_CPPFLAGS += -I$(top_srcdir)/misc EXTRA_DIST = \ fnmatch.c fnmatch.h \ - glob.c glob.h \ stpcpy.c stpncpy.c noinst_LTLIBRARIES = libmisc.la |