diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-22 11:54:31 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-22 11:54:31 +0200 |
commit | 75ae38e37c82aec827d884897ceabbcfb112f071 (patch) | |
tree | 856b67e46e5f4708bcd3d948be5a536dc11a577b /misc | |
parent | 9a56f09925152e9ca6afc9db82fb15698a6d2428 (diff) | |
download | librpm-tizen-75ae38e37c82aec827d884897ceabbcfb112f071.tar.gz librpm-tizen-75ae38e37c82aec827d884897ceabbcfb112f071.tar.bz2 librpm-tizen-75ae38e37c82aec827d884897ceabbcfb112f071.zip |
Remove INCPATH.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index b5f92eeff..f21eb2ec2 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for misc library. -AM_CPPFLAGS = -I. -I$(top_srcdir) @INCPATH@ +AM_CPPFLAGS = -I. -I$(top_srcdir) EXTRA_DIST = \ alloca.c basename.c err.c error.c \ |