diff options
-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | util/Makefile.am | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8c3677f..8dfe9ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -29,8 +29,7 @@ DEFAULT_TITLEBAR=$(pkgdatadir)/titlebar | |||
29 | DEFAULT_KEYSFILE=$(pkgdatadir)/keys | 29 | DEFAULT_KEYSFILE=$(pkgdatadir)/keys |
30 | DEFAULT_INITFILE= | 30 | DEFAULT_INITFILE= |
31 | 31 | ||
32 | CPPFLAGS= -Wall @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ \ | 32 | CPPFLAGS= -Wall @CPPFLAGS@ \ |
33 | @DEBUG@ @NEWWMSPEC@ @NLS@ @TIMEDCACHE@ @KDE@ @GNOME@ @XINERAMA@ \ | ||
34 | -DLOCALEPATH=\"$(pkgdatadir)/nls\" \ | 33 | -DLOCALEPATH=\"$(pkgdatadir)/nls\" \ |
35 | -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ | 34 | -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \ |
36 | -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \ | 35 | -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \ |
diff --git a/util/Makefile.am b/util/Makefile.am index fdae4e9..3ee5433 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -1,8 +1,5 @@ | |||
1 | # util/Makefile.am for Blackbox 0.61.x - an X11 Window manager | 1 | # util/Makefile.am for Blackbox 0.61.x - an X11 Window manager |
2 | 2 | ||
3 | CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \ | ||
4 | @ORDEREDPSEUDO@ @KDE@ @GNOME@ @XINERAMA@ | ||
5 | |||
6 | bin_SCRIPTS = bsetbg | 3 | bin_SCRIPTS = bsetbg |
7 | bin_PROGRAMS = bsetroot | 4 | bin_PROGRAMS = bsetroot |
8 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | 5 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh |