xrc files not installed when --enable-debug is not set(?) - Mailing list pgadmin-hackers

From Raphaël Enrici
Subject xrc files not installed when --enable-debug is not set(?)
Date
Msg-id 473F5E61.4050506@club-internet.fr
Whole thread Raw
List pgadmin-hackers
Hi,

here is my stupid question of the day:
is it normal that pgadmin/ui/*.xrc files are not installed if
"--enable-debug" is not set? I thought these files were mandatory for
the app to appear (if not, can someone explain what role they have in
the app?).

It appears to be disabled in pgadmin/Makefile.am:
 64 if BUILD_DEBUG
 65 nobase_dist_pkgdata_DATA = $(TMP_ui)
 66 endif

If normal, can I safely ignore these files for the packaging stuff?

Regards,
Raph

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Support for older servers
Next
From: "Dave Page"
Date:
Subject: Re: xrc files not installed when --enable-debug i s not set(?)