summaryrefslogtreecommitdiff
path: root/examples/makefile
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2023-05-13 19:08:12 +0200
committerWalter Harms <wharms@bfs.de>2023-05-13 19:08:12 +0200
commite67c7ff2bd6bff84edd70c224bc672535e4b41a4 (patch)
treee315f86864365c01c8f01b13bef8d15e23729d6b /examples/makefile
parent2f99a415913b6be4ed2955a3e30694c2216aafbd (diff)
downloadxorg-lib-libXaw-e67c7ff2bd6bff84edd70c224bc672535e4b41a4.tar.gz
add xawhistoHEADmaster
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile
index b65abd1..bb613e5 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -3,7 +3,7 @@ CC=gcc
CFLAGS=-Wall -g -I/usr/include/X11
LDFLAGS=-L.
LOADLIBES= -lX11 -lXt -lXaw
-FILES=viewport toggle strip scrollbar repeater pane menu list
+FILES=viewport toggle strip scrollbar repeater pane menu list xawhisto
all: $(FILES)