After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754629 - gtk-demo: $(EXEEXT) is missing
gtk-demo: $(EXEEXT) is missing
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-09-06 08:46 UTC by Kouhei Sutou
Modified: 2015-09-15 03:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix this problem (1.84 KB, patch)
2015-09-06 08:46 UTC, Kouhei Sutou
committed Details | Review

Description Kouhei Sutou 2015-09-06 08:46:02 UTC
Created attachment 310740 [details] [review]
Fix this problem

We need to add $(EXEEXT) to refer executable file for portability. Because some platforms such as Windows requires ".exe" extension for executable file.
Comment 1 Matthias Clasen 2015-09-06 16:53:51 UTC
Review of attachment 310740 [details] [review]:

sure, ok