aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-05-07 15:21:08 (GMT)
committerfluxgen <fluxgen>2002-05-07 15:21:08 (GMT)
commit69a18f36e6a6ef5c5123f448848cf8600a22a509 (patch)
tree8a5227091db4e451bd4cbf411e33a15034fdb51b
parentb3ea4095497ade3d3d9c894af786f5ffb307d805 (diff)
downloadfluxbox_pavel-69a18f36e6a6ef5c5123f448848cf8600a22a509.zip
fluxbox_pavel-69a18f36e6a6ef5c5123f448848cf8600a22a509.tar.bz2
removed some options, they are in CXXFLAGS in confingure.in now
-rw-r--r--src/Makefile.am3
-rw-r--r--util/Makefile.am3
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
29DEFAULT_KEYSFILE=$(pkgdatadir)/keys 29DEFAULT_KEYSFILE=$(pkgdatadir)/keys
30DEFAULT_INITFILE= 30DEFAULT_INITFILE=
31 31
32CPPFLAGS= -Wall @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ \ 32CPPFLAGS= -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
3CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \
4@ORDEREDPSEUDO@ @KDE@ @GNOME@ @XINERAMA@
5
6bin_SCRIPTS = bsetbg 3bin_SCRIPTS = bsetbg
7bin_PROGRAMS = bsetroot 4bin_PROGRAMS = bsetroot
8bsetroot_SOURCES = bsetroot.cc bsetroot.hh 5bsetroot_SOURCES = bsetroot.cc bsetroot.hh