diff options
author | jbj <devnull@localhost> | 2003-03-16 02:59:17 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-03-16 02:59:17 +0000 |
commit | 04aa0e394ea53e1e87c547e2476c52dbf560fda1 (patch) | |
tree | e797d3526d738abe2096b846a9ca3c54d9329614 /lib/Makefile.am | |
parent | 0feab83bbe7f1d8a76e66cbfbe33f9459086cf93 (diff) | |
download | librpm-tizen-04aa0e394ea53e1e87c547e2476c52dbf560fda1.tar.gz librpm-tizen-04aa0e394ea53e1e87c547e2476c52dbf560fda1.tar.bz2 librpm-tizen-04aa0e394ea53e1e87c547e2476c52dbf560fda1.zip |
Start unifying signal handlers.
CVS patchset: 6693
CVS date: 2003/03/16 02:59:17
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index bea82b1d3..c3473bd44 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -101,7 +101,7 @@ tthread: tthread.o librpm.la $(LINK) $(CFLAGS) $(DEFS) $(INCLUDES) -o $@ $< $(mylibs) @WITH_LIBELF_LIB@ tsystem: tsystem.o - $(LINK) $(CFLAGS) $(DEFS) $(INCLUDES) -o $@ $< -L/lib/tls -lpthread + $(LINK) $(CFLAGS) $(DEFS) $(INCLUDES) -o $@ $< -lpthread tplatform: tplatform.o librpm.la $(LINK) @LDFLAGS_STATIC@ $(CFLAGS) $(DEFS) $(INCLUDES) -o $@ $< $(mylibs) |