Skip to content

Commit

Permalink
src/Makefile.am: drop SKI_DATA_DIR define
Browse files Browse the repository at this point in the history
It's last use was dropped with `glade` bits removed.
  • Loading branch information
trofi committed Oct 31, 2024
1 parent 323cf77 commit 5684831
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
SUBDIRS = fake-xterm

AM_CPPFLAGS = \
$(DWARF_CFLAGS) \
-DSKI_DATA_DIR=\"$(pkgdatadir)\"
$(DWARF_CFLAGS)

bin_PROGRAMS = ski

Expand Down

0 comments on commit 5684831

Please sign in to comment.