diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-06 09:56:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-06 09:56:57 +0000 |
| commit | 5d665673a29be21fe4ecad870d0a2d4f5c2f308d (patch) | |
| tree | 0e06dc5e81708d0024a149d54a739977cfb68213 /build/Makefile.incl.in | |
| parent | ee2368044dd077207962f71194158265c74fe74e (diff) | |
fixes for build system. add themes to the install process. use the build/ dir for configures trash dump
Diffstat (limited to 'build/Makefile.incl.in')
| -rw-r--r-- | build/Makefile.incl.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Makefile.incl.in b/build/Makefile.incl.in index a52c865c..b6da814f 100644 --- a/build/Makefile.incl.in +++ b/build/Makefile.incl.in @@ -1,3 +1,6 @@ +CC = @CC@ +MAKE += --no-print-directory + CFLAGS = @CFLAGS@ CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" \ |
