diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-11-06 16:09:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-11-06 16:09:49 +0000 |
commit | 2c56bb3ea8cbd95487871be3062f04cb020547eb (patch) | |
tree | cd4674e812f0aaf7d2ae1ef1263260584801dd08 /app/xgc/Makefile.am | |
parent | e1cac83a1c3502654f669b5463a9a8a7a44bf9db (diff) |
Update xgc to version 1.0.6
Diffstat (limited to 'app/xgc/Makefile.am')
-rw-r--r-- | app/xgc/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/xgc/Makefile.am b/app/xgc/Makefile.am index dfe2a8aad..9aabd635d 100644 --- a/app/xgc/Makefile.am +++ b/app/xgc/Makefile.am @@ -1,6 +1,6 @@ -# +# # Copyright 2005 Red Hat, Inc. -# +# # Permission to use, copy, modify, distribute, and sell this software and its # documentation for any purpose is hereby granted without fee, provided that # the above copyright notice appear in all copies and that both that @@ -10,7 +10,7 @@ # specific, written prior permission. Red Hat makes no # representations about the suitability of this software for any purpose. It # is provided "as is" without express or implied warranty. -# +# # RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO # EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -24,6 +24,7 @@ AM_YFLAGS = -d SUBDIRS = man bin_PROGRAMS = xgc +AM_CPPFLAGS = -D_CONST_X_STRING AM_CFLAGS = $(CWARNFLAGS) $(XGC_CFLAGS) -D_BSD_SOURCE xgc_LDADD = $(XGC_LIBS) -lm @@ -57,6 +58,7 @@ dist_appdefault_DATA = \ app-defaults/Xgc-color EXTRA_DIST = tile Bugs \ + README.md \ Written/FilledRects \ Written/Interface \ Written/Jim \ |