diff options
author | B. Watson <yalhcru@gmail.com> | 2020-05-19 15:58:05 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-05-19 15:58:05 -0400 |
commit | 29f0434b2d5141db1d0b6b20be8967905fe85aa9 (patch) | |
tree | afc10beb28a64a237daad5832a43c81d76a34887 /Makefile | |
parent | 0951ce5167226f5969698522890a34fd1c414c5c (diff) | |
download | unsaver-29f0434b2d5141db1d0b6b20be8967905fe85aa9.tar.gz |
...and lo, a Great Renaming came upon the land, the like of which shall not be seen again
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |