Adapt to new plugin support in unified Makefiles
This commit is contained in:
6
modules/FadingRects/premake.make
Normal file
6
modules/FadingRects/premake.make
Normal file
@ -0,0 +1,6 @@
|
||||
LDLIBS := -lcairo -lscscreensaver
|
||||
UNAME_S := $(shell uname -s)
|
||||
PROJ := $(shell basename $$(pwd))
|
||||
PLUGIN := $(PROJ).saver
|
||||
INSTALLDIRNAME := screensaver/plugins
|
||||
EXTRAFILES :=
|
Reference in New Issue
Block a user