From 29f0434b2d5141db1d0b6b20be8967905fe85aa9 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 19 May 2020 15:58:05 -0400 Subject: ...and lo, a Great Renaming came upon the land, the like of which shall not be seen again --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 374ffbb..eb844f5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# GNU Makefile for jsmond +# GNU Makefile for unsaver #### # Packagers: override these on the make command line as needed. @@ -49,12 +49,12 @@ RST2HTML=rst2html4.py # Hopefully, no user-serviceable parts below this line. -PROJ=jsmond +PROJ=unsaver # the .rst is the authoritative source for the version number. VERSION=$(shell fgrep '.. |version| replace::' $(PROJ).rst | cut -d' ' -f4) -DEFINES=-DVERSION=\"$(VERSION)\" -DMAX_STICKS=$(MAX_STICKS) -DJSNODE=\"$(JSNODE)\" -DEVENTDIR=\"$(EVENTDIR)\" +DEFINES=-DVERSION=\"$(VERSION)\" -DMAX_STICKS=$(MAX_STICKS) -DJSNODE=\"$(JSNODE)\" -DEVENTDIR=\"$(EVENTDIR)\" -DPROJ=\"$(PROJ)\" CFLAGS+=$(shell pkg-config --cflags x11 xtst) LDFLAGS+=$(shell pkg-config --libs x11 xtst) -- cgit v1.2.3