diff options
author | fluxgen <fluxgen> | 2004-02-10 18:53:07 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-02-10 18:53:07 (GMT) |
commit | bb58367f36a02d67f7ed30321ede811085a8817b (patch) | |
tree | 5992715754a842ca0c424b0e6cbecb8e0dc953be /src/Makefile.am | |
parent | fc7333db858bcd2c976fd2fab2def73e4a92c47f (diff) | |
download | fluxbox-bb58367f36a02d67f7ed30321ede811085a8817b.zip fluxbox-bb58367f36a02d67f7ed30321ede811085a8817b.tar.bz2 |
removed wall flag
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 939756c..47683f9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -29,7 +29,7 @@ DEFAULT_STYLE=$(pkgdatadir)/styles/Clean | |||
29 | DEFAULT_KEYSFILE=$(pkgdatadir)/keys | 29 | DEFAULT_KEYSFILE=$(pkgdatadir)/keys |
30 | DEFAULT_INITFILE= | 30 | DEFAULT_INITFILE= |
31 | 31 | ||
32 | AM_CPPFLAGS= -Wall @CPPFLAGS@ -IFbTk | 32 | AM_CPPFLAGS=@CPPFLAGS@ -IFbTk |
33 | 33 | ||
34 | bin_PROGRAMS= fluxbox | 34 | bin_PROGRAMS= fluxbox |
35 | BUILT_SOURCES = defaults.hh | 35 | BUILT_SOURCES = defaults.hh |