summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-28 13:11:17 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-28 13:11:17 +0000
commit02371b9fc05f10c1f5fc6ceb00ef6a51da2afa48 (patch)
treec12533528a24952892b7024f0146fa37c724f191
parentafde4421e33bb0147a612d6ede4f65d95fff2806 (diff)
Fix system.twmrc handling
-rw-r--r--app/twm/src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/twm/src/Makefile.am b/app/twm/src/Makefile.am
index c882caab3..a5fe63721 100644
--- a/app/twm/src/Makefile.am
+++ b/app/twm/src/Makefile.am
@@ -24,7 +24,12 @@ AM_YFLAGS = -d
bin_PROGRAMS = twm
+rcdir = ${datadir}/X11/twm
+dist_rc_DATA = system.twmrc
+
twm_CFLAGS = $(TWM_CFLAGS) -DXVENDORNAME=\"The\ X.Org\ Foundation\" -DXORG_RELEASE=\"Release\ $(VERSION)\" -D_BSD_SOURCE
+twm_CFLAGS += -DSYSTEM_INIT_FILE=\"${datadir}/X11/twm/system.twmrc\"
+
twm_LDADD = $(TWM_LIBS)
twm_SOURCES = \