Skip to content

Commit

Permalink
oops, forgot to clean up the Makefile.am files
Browse files Browse the repository at this point in the history
  • Loading branch information
shaleh committed Mar 9, 2002
1 parent fa2e5d2 commit 9407758
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
DEFAULT_MENU=$(pkgdatadir)/menu
DEFAULT_STYLE=$(pkgdatadir)/styles/Results

CPPFLAGS= @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ \
@DEBUG@ @NEWWMSPEC@ @NLS@ @TIMEDCACHE@ \
CPPFLAGS= @CPPFLAGS@ @SHAPE@ @INTERLACE@ @ORDEREDPSEUDO@ \
@DEBUG@ @NLS@ @TIMEDCACHE@ \
-DLOCALEPATH=\"$(pkgdatadir)/nls\" \
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" -Wall -W -pedantic -fno-exceptions
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ regex_cmd = @regex_cmd@
DEFAULT_MENU = $(pkgdatadir)/menu
DEFAULT_STYLE = $(pkgdatadir)/styles/Results

CPPFLAGS = @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ @DEBUG@ @NEWWMSPEC@ @NLS@ @TIMEDCACHE@ -DLOCALEPATH=\"$(pkgdatadir)/nls\" -DDEFAULTMENU=\"$(DEFAULT_MENU)\" -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" -Wall -W -pedantic -fno-exceptions
CPPFLAGS = @CPPFLAGS@ @SHAPE@ @INTERLACE@ @ORDEREDPSEUDO@ @DEBUG@ @NLS@ @TIMEDCACHE@ -DLOCALEPATH=\"$(pkgdatadir)/nls\" -DDEFAULTMENU=\"$(DEFAULT_MENU)\" -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" -Wall -W -pedantic -fno-exceptions


bin_PROGRAMS = blackbox
Expand Down
2 changes: 1 addition & 1 deletion util/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# util/Makefile.am for Blackbox - an X11 Window manager

CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \
CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @INTERLACE@ \
@ORDEREDPSEUDO@ -Wall -pedantic -W -fno-exceptions

bin_SCRIPTS = bsetbg
Expand Down
2 changes: 1 addition & 1 deletion util/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ VERSION = @VERSION@
gencat_cmd = @gencat_cmd@
regex_cmd = @regex_cmd@

CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ @ORDEREDPSEUDO@ -Wall -pedantic -W -fno-exceptions
CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @INTERLACE@ @ORDEREDPSEUDO@ -Wall -pedantic -W -fno-exceptions


bin_SCRIPTS = bsetbg
Expand Down

0 comments on commit 9407758

Please sign in to comment.