Skip to content

Commit

Permalink
makefile minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jan 13, 2025
1 parent 7500d5e commit 674a4fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ this__root_dir_rel := ../

this__version_cpp := $(this_out_dir)version.cpp

this_srcs += $(this__version_cpp) $(filter-out %main.cpp,$(call prorab-src-dir, bedsidemon))
this_srcs += $(this__version_cpp) $(filter-out %main.cpp,$(call prorab-src-dir, $(this_name)))

this_no_install := true
this_static_lib_only := true
Expand Down Expand Up @@ -87,3 +87,6 @@ endef
$(eval $(call bedsidemon_rules,opengles,xorg))
# $(eval $(call bedsidemon_rules,opengl,wayland))
$(eval $(call bedsidemon_rules,opengles,wayland))

# clean up
bedsidemon_rules :=

0 comments on commit 674a4fc

Please sign in to comment.