removed some options, they are in CXXFLAGS in confingure.in now
This commit is contained in:
parent
b3ea409549
commit
69a18f36e6
2 changed files with 1 additions and 5 deletions
|
@ -29,8 +29,7 @@ DEFAULT_TITLEBAR=$(pkgdatadir)/titlebar
|
||||||
DEFAULT_KEYSFILE=$(pkgdatadir)/keys
|
DEFAULT_KEYSFILE=$(pkgdatadir)/keys
|
||||||
DEFAULT_INITFILE=
|
DEFAULT_INITFILE=
|
||||||
|
|
||||||
CPPFLAGS= -Wall @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ \
|
CPPFLAGS= -Wall @CPPFLAGS@ \
|
||||||
@DEBUG@ @NEWWMSPEC@ @NLS@ @TIMEDCACHE@ @KDE@ @GNOME@ @XINERAMA@ \
|
|
||||||
-DLOCALEPATH=\"$(pkgdatadir)/nls\" \
|
-DLOCALEPATH=\"$(pkgdatadir)/nls\" \
|
||||||
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
|
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
|
||||||
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
|
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
# util/Makefile.am for Blackbox 0.61.x - an X11 Window manager
|
# util/Makefile.am for Blackbox 0.61.x - an X11 Window manager
|
||||||
|
|
||||||
CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \
|
|
||||||
@ORDEREDPSEUDO@ @KDE@ @GNOME@ @XINERAMA@
|
|
||||||
|
|
||||||
bin_SCRIPTS = bsetbg
|
bin_SCRIPTS = bsetbg
|
||||||
bin_PROGRAMS = bsetroot
|
bin_PROGRAMS = bsetroot
|
||||||
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
|
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
|
||||||
|
|
Loading…
Reference in a new issue