From e2261b930894f65ce8fa2b8e6a12d9cadde4a72d Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 18 Jun 2000 11:17:01 +0000 Subject: [PATCH] =?utf8?q?=20.=20On=20peut=20enfin=20fermer=20la=20fen?= =?utf8?q?=EF=BF=BDtre=20principale=20en=20cliquant=20sur=20le=20bouton=20?= =?utf8?q?=20=20fermeture=20du=20window=20manager?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1bd4c11a87..695a808eaa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,6 +31,7 @@ prefix=@prefix@ PROGRAM_OPTIONS = $(SYS) $(ARCH) ifeq ($(DEBUG),1) PROGRAM_OPTIONS += DEBUG +DEFINE += -DDEBUG endif # PROGRAM_BUILD is a complete identification of the build @@ -45,11 +46,6 @@ PROGRAM_BUILD = `date` $(USER) DEFINE += -DSYS_$(shell echo $(SYS) | sed 's/-.*//' | tr a-z A-Z) DEFINE += -DPLUGIN_PATH="\"$(prefix)/lib/videolan/vlc\"" DEFINE += -DDATA_PATH="\"$(prefix)/share/videolan/vlc\"" -#DEFINE += -DPROGRAM_OPTIONS="\"$(shell echo $(PROGRAM_OPTIONS) | tr 'A-Z' 'a-z')\"" -#DEFINE += -DPROGRAM_BUILD="\"$(PROGRAM_BUILD)\"" -ifeq ($(DEBUG),1) -DEFINE += -DDEBUG -endif ################################################################################ # Tuning and other variables - do not change anything except if you know -- 2.39.2