mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
This commit is contained in:
parent
b6b54a53b2
commit
35e16ef9b0
@ -1,5 +1,7 @@
|
||||
2001-05-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
|
||||
|
||||
* Make.common.in: Remove hpath, it's unused.
|
||||
|
||||
* acconfig.h: Move constant parts ...
|
||||
|
@ -49,7 +49,7 @@ AWK = @AWK@
|
||||
# No way, to make make happy (except GNU), we cannot use := to append
|
||||
# something to these, so that's why there is a leading _
|
||||
XCFLAGS = @CFLAGS@
|
||||
XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. \
|
||||
XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -I$(top_srcdir) \
|
||||
-DBINDIR=\""$(bindir)/"\" \
|
||||
-DLIBDIR=\""$(mclibdir)/"\" \
|
||||
-DICONDIR=\""$(icondir)/"\" \
|
||||
|
Loading…
Reference in New Issue
Block a user