diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2018-05-01 21:27:36 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2018-12-31 12:37:15 +0100 |
commit | 0416d4a30ba4b81acfa9cc87cde9e0e166fc7e27 (patch) | |
tree | b86ae1e828fefd6d48efc12fc53d6c108abf3623 /Makefile.am | |
parent | 5a3122d39839f5beb20d5356767d134eb1295618 (diff) |
Make applewm protos selectable separatly
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 04f7da0..028ba9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +if APPLEWM applewmdir = $(includedir)/X11/extensions applewm_HEADERS = \ include/X11/extensions/applewmconst.h \ @@ -5,6 +6,7 @@ applewm_HEADERS = \ applewmprotopkgconfigdir = $(datadir)/pkgconfig applewmprotopkgconfig_DATA = applewmproto.pc +endif bigreqsdir = $(includedir)/X11/extensions bigreqs_HEADERS = \ |