diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 17:09:13 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 17:09:13 +0000 |
commit | 769751fba3e32f49272d19799929e1ad5a3d2cd0 (patch) | |
tree | 5bac5bb1099745a6192bec7c2815bc706b5c5cc9 | |
parent | 2cc1896c61eef5739bb6a8ffa89e58ba5c175a05 (diff) |
Add $(top_builddir)/include to INCLUDES
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sxpm/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,4 @@ +2005-05-19 Soren Sandmann <ssp@aware-of-vacuity.boston.redhat.com> + + * sxpm/Makefile.am: Add $(top_builddir)/include to INCLUDES + diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index 57d0c54..dddf992 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -4,6 +4,8 @@ bin_PROGRAMS = sxpm sxpm_CFLAGS = $(SXPM_CFLAGS) +INCLUDES = -I$(top_builddir)/include + sxpm_MANS = \ sxpm.1 |