diff options
author | jbj <devnull@localhost> | 1999-01-21 17:18:38 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-01-21 17:18:38 +0000 |
commit | 394f3cb1ddf52fa7829dab790e34f1dfa5886b5d (patch) | |
tree | 430b8c31fcb605b19572bf1c34e2dfcde93195c6 /Makefile.am | |
parent | 459dc6ef3eb334df673c514b67c1e343942b9a1c (diff) | |
download | librpm-tizen-394f3cb1ddf52fa7829dab790e34f1dfa5886b5d.tar.gz librpm-tizen-394f3cb1ddf52fa7829dab790e34f1dfa5886b5d.tar.bz2 librpm-tizen-394f3cb1ddf52fa7829dab790e34f1dfa5886b5d.zip |
Eliminate Makefile.inc dependence in subdirs.
Change "Bad header" to "Bad/unreadable header" for most common cpio failure.
CVS patchset: 2728
CVS date: 1999/01/21 17:18:38
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 79b49b868..ac67671a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign -SUBDIRS = popt build lib po intl misc tools scripts tests +SUBDIRS = popt build lib po intl misc tools scripts tests . INCLUDES = -I$(top_srcdir)/build -I$(top_srcdir)/lib -I$(top_srcdir)/intl @INCPATH@ |