diff options
author | jbj <devnull@localhost> | 1998-10-11 15:19:55 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-10-11 15:19:55 +0000 |
commit | df9b72c229181fb88f309631bb260b55c0c6a787 (patch) | |
tree | bef53691a8b82970cce833dfb2543aa2551900f2 /misc/Makefile.am | |
parent | 4e498b0bcb7b0669e4eeac32d1a3052718646412 (diff) | |
download | rpm-df9b72c229181fb88f309631bb260b55c0c6a787.tar.gz rpm-df9b72c229181fb88f309631bb260b55c0c6a787.tar.bz2 rpm-df9b72c229181fb88f309631bb260b55c0c6a787.zip |
permit rpm to be built in a sub-directory (--srcdir=DIR).
CVS patchset: 2441
CVS date: 1998/10/11 15:19:55
Diffstat (limited to 'misc/Makefile.am')
-rw-r--r-- | misc/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 04ff934b1..ee4e60333 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = 1.3 foreign +INCLUDES = -I$(top_srcdir) @INCPATH@ + EXTRA_DIST = \ alloca.c error.c fakefork.c fnmatch.c \ getcwd.c getmntent.c getwd.c glob.c \ @@ -12,7 +14,7 @@ EXTRA_DIST = \ strtol.c strtoul.c noinst_HEADERS = \ - error.h fnmatch.h glob.h inet_aton.h \ + error.h fnmatch.h glob.h \ libgettext.h message.h po-lex.h str-list.h \ fstrcmp.h |