Blame platform-demos/C/samples/hello-in-js/Makefile.am

Packit 1470ea
# The actual runnable program is set to the SCRIPTS primitive.
Packit 1470ea
# # Prefix bin_ tells where to copy this
Packit 1470ea
bin_SCRIPTS = hello-world
Packit 1470ea
# # List of files to be distributed
Packit 1470ea
EXTRA_DIST =  \
Packit 1470ea
	$(bin_SCRIPTS)
Packit 1470ea
#
Packit 1470ea
#     # The desktop files
Packit 1470ea
desktopdir = $(datadir)/applications
Packit 1470ea
desktop_DATA = \
Packit 1470ea
	hello-world.desktop