diff options
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) |